Skip to content

Commit 016eae3

Browse files
authored
Update index.js
1 parent 4a035ae commit 016eae3

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 || 3000;
21+
const PORT = process.env.PORT || 8080;
2222
const cache = new Map();
2323
const CACHE_TTL = 30 * 24 * 60 * 60 * 1000; // Cache for 30 Days
2424

0 commit comments

Comments
 (0)