Updated port

This commit is contained in:
Andrew Gundersen 2022-06-06 12:01:21 -05:00
commit 678942d144
2 changed files with 4 additions and 2 deletions

View file

@ -6,6 +6,6 @@ const DOMAIN = "crimata.com";
const prod = process.env.PROD;
module.exports = {
PLATFORM: prod ? `https://app.${DOMAIN}` : `http://localhost:8760`,
API: prod ? `https://${DOMAIN}/api` : `http://localhost:8761`
PLATFORM: prod ? `https://app.${DOMAIN}` : `http://localhost:5000`,
API: prod ? `https://${DOMAIN}/api` : `http://localhost:5001`
}

View file

@ -29,6 +29,8 @@ function handleMessageQueue()
// {
const update = messageQueue.shift();
console.log(update);
if (update)
{
if (update.person)