diff options
Diffstat (limited to 'fig-frontend/client/src/config.ts')
| -rw-r--r-- | fig-frontend/client/src/config.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fig-frontend/client/src/config.ts b/fig-frontend/client/src/config.ts index 5498e16..e001107 100644 --- a/fig-frontend/client/src/config.ts +++ b/fig-frontend/client/src/config.ts @@ -1,3 +1,4 @@ export const URL = "http://localhost:8000"; -export const API_URL = "http://localhost:8000/api"; +export const API_URL = `${URL}/api/`; +export const SCRIPT_URL = `${URL}/js/`; export const CLIENT_ID = "q486jugzn2my4iw6l181o006ugye4j"; |
