Change WebGL server port

This commit is contained in:
yangbear
2026-07-12 19:38:16 +08:00
parent b5ee16f7c6
commit 1d60eebb4f
+1 -1
View File
@@ -2,7 +2,7 @@ const http = require('http');
const fs = require('fs');
const path = require('path');
const PORT = process.env.PORT || 8080;
const PORT = process.env.PORT || 24710;
const ROOT = __dirname;
const MIME = {