From c31642c2ac23aa4edd7dec96d0c59b8dbc9fe2ff Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Sat, 13 Sep 2025 03:19:26 -0500 Subject: [PATCH] Adding auth, media, and messaging. --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 97c3ffc..0f8f926 100755 --- 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', -- 2.43.0