We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a035ae commit 016eae3Copy full SHA for 016eae3
index.js
@@ -18,7 +18,7 @@ const __dirname = process.cwd();
18
const server = http.createServer();
19
const app = express();
20
const bareServer = createBareServer("/fq/");
21
-const PORT = process.env.PORT || 3000;
+const PORT = process.env.PORT || 8080;
22
const cache = new Map();
23
const CACHE_TTL = 30 * 24 * 60 * 60 * 1000; // Cache for 30 Days
24
0 commit comments