From 38869c657717f00498b367747b39735a4331208b Mon Sep 17 00:00:00 2001 From: WardPearce Date: Mon, 27 Jan 2025 20:09:57 +1300 Subject: [PATCH] Fix port --- materialious/static/nodejs-android/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/materialious/static/nodejs-android/index.js b/materialious/static/nodejs-android/index.js index b1e2dfb1..6cca9c52 100644 --- a/materialious/static/nodejs-android/index.js +++ b/materialious/static/nodejs-android/index.js @@ -2,7 +2,7 @@ const http = require('http'); const https = require('https'); const HOST = 'localhost'; -const PORT = 8888; +const PORT = 3000; const MAX_REDIRECTS = 5; function setCorsHeaders(res) {