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