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. --- frontend/src/config.json | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 frontend/src/config.json (limited to 'frontend/src/config.json') diff --git a/frontend/src/config.json b/frontend/src/config.json deleted file mode 100644 index f30f99bd..00000000 --- a/frontend/src/config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "apiURL": "http://localhost:5283/api", - "apiWSUrl": "ws://localhost:5283/api/websocket/ws" -} \ No newline at end of file -- cgit v1.2.3