Fix port
This commit is contained in:
@@ -2,7 +2,7 @@ const http = require('http');
|
||||
const https = require('https');
|
||||
|
||||
const HOST = 'localhost';
|
||||
const PORT = 8888;
|
||||
const PORT = 3000;
|
||||
const MAX_REDIRECTS = 5;
|
||||
|
||||
function setCorsHeaders(res) {
|
||||
|
||||
Reference in New Issue
Block a user