]> PHS Git Server - phs-api.git/commitdiff
Adding auth, media, and messaging.
authorcharleswrayjr <charleswrayjr@gmail.com>
Sat, 13 Sep 2025 08:19:26 +0000 (03:19 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Sat, 13 Sep 2025 08:19:26 +0000 (03:19 -0500)
app.js

diff --git a/app.js b/app.js
index 97c3ffcf82113465ba51fe4c3c561d5045715f25..0f8f926393557d164c9a7452dc44ffbb6f3f6e8f 100755 (executable)
--- a/app.js
+++ b/app.js
@@ -94,7 +94,7 @@ app.use(cors({
   exposedHeaders: ['LastFetchDateTime', 'Authentication'],
   origin: [
     // Home
-    'http://localhost:30005', // local dev
+    'http://localhost:30008', // local dev
     'http://localhost:23601',
     'http://phs-home:3000', // import / export jobs
     'https://phs-home.phasecustomsoft.com',