Skip to content

Commit 4a035ae

Browse files
committed
2 parents 6bbc9c9 + c6571b9 commit 4a035ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const __dirname = process.cwd();
1818
const server = http.createServer();
1919
const app = express();
2020
const bareServer = createBareServer("/fq/");
21-
const PORT = process.env.PORT || 8080;
21+
const PORT = process.env.PORT || 3000;
2222
const cache = new Map();
2323
const CACHE_TTL = 30 * 24 * 60 * 60 * 1000; // Cache for 30 Days
2424

0 commit comments

Comments
 (0)