From: charleswrayjr Date: Sat, 13 Sep 2025 08:19:26 +0000 (-0500) Subject: Adding auth, media, and messaging. X-Git-Url: https://git.phasecustomsoft.com/static/gitweb.js?a=commitdiff_plain;h=c31642c2ac23aa4edd7dec96d0c59b8dbc9fe2ff;p=phs-api.git Adding auth, media, and messaging. --- 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',