From 8733ac0770aab10231b59d0398acd33765936247 Mon Sep 17 00:00:00 2001 From: Danijel Anđelković Date: Thu, 14 Apr 2022 00:16:50 +0200 Subject: Dodao servis za citanje konfiguracije tako da moze da se promeni u buildovanoj angular aplikaciji. --- production/app/config.json | 3 --- production/app/main.js | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 production/app/config.json (limited to 'production') diff --git a/production/app/config.json b/production/app/config.json deleted file mode 100644 index 0e0dcd23..00000000 --- a/production/app/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - -} \ No newline at end of file diff --git a/production/app/main.js b/production/app/main.js index 336f21fe..8a34b066 100644 --- a/production/app/main.js +++ b/production/app/main.js @@ -4,7 +4,7 @@ const path = require('path'); const app = express(); -const port = 8080; +const port = 10091; app.use(cors()); app.use(express.static(path.join(__dirname, './dist'))); -- cgit v1.2.3