diff options
author | Danijel Anđelković <adanijel99@gmail.com> | 2022-04-13 14:50:08 +0200 |
---|---|---|
committer | Danijel Anđelković <adanijel99@gmail.com> | 2022-04-13 14:50:08 +0200 |
commit | bb04de4b38e747a06be42d9da010375715194d6d (patch) | |
tree | b6e3c8ed0c1876154ef44053b6962ce95c4ee82c /frontend/src/config.ts | |
parent | bd4a76b61074745735a7c775b0dd24999a4c55fc (diff) |
Dodao express server za buildovan angular projekat, promenio konfiguraciju aplikacije na json fajl.
Diffstat (limited to 'frontend/src/config.ts')
-rw-r--r-- | frontend/src/config.ts | 4 |
1 files changed, 0 insertions, 4 deletions
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 |