From bb04de4b38e747a06be42d9da010375715194d6d Mon Sep 17 00:00:00 2001 From: Danijel Anđelković Date: Wed, 13 Apr 2022 14:50:08 +0200 Subject: Dodao express server za buildovan angular projekat, promenio konfiguraciju aplikacije na json fajl. --- frontend/src/config.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 frontend/src/config.json (limited to 'frontend/src/config.json') diff --git a/frontend/src/config.json b/frontend/src/config.json new file mode 100644 index 00000000..f30f99bd --- /dev/null +++ b/frontend/src/config.json @@ -0,0 +1,4 @@ +{ + "apiURL": "http://localhost:5283/api", + "apiWSUrl": "ws://localhost:5283/api/websocket/ws" +} \ No newline at end of file -- cgit v1.2.3