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.json | |
| parent | bd4a76b61074745735a7c775b0dd24999a4c55fc (diff) | |
Dodao express server za buildovan angular projekat, promenio konfiguraciju aplikacije na json fajl.
Diffstat (limited to 'frontend/src/config.json')
| -rw-r--r-- | frontend/src/config.json | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
