Made Changes To Allow The Base API URL To Be From Config

This commit is contained in:
Annika Merris 2024-02-05 21:56:07 -05:00
parent 823455cf78
commit baf8e0f954
6 changed files with 44 additions and 57 deletions

3
public/config.json Normal file
View file

@ -0,0 +1,3 @@
{
"apiBaseUrl": "http://localhost:3000"
}