diff options
Diffstat (limited to 'frontend/src/config.ts')
-rw-r--r-- | frontend/src/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/config.ts b/frontend/src/config.ts index b14670ea..8c48672e 100644 --- a/frontend/src/config.ts +++ b/frontend/src/config.ts @@ -1,3 +1,3 @@ export const API_SETTINGS = { - apiURL: 'http://localhost:5000/api' + apiURL: 'http://localhost:5283/api' }
\ No newline at end of file |