Change WebGL server port
This commit is contained in:
+1
-1
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user