diff options
| author | LLLL Colonq <llll@colonq> | 2024-01-12 14:54:22 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-01-12 14:54:32 -0500 |
| commit | 094d3e0e1370f2f8b3619ba6cea8b33ac83dceed (patch) | |
| tree | 01ae4f2706d32ef1433c60d60dcabb1e479be463 /fig-frontend/client/src/config.ts | |
| parent | 45980c6910a7fe16ec41b1663b79cebc6e33350d (diff) | |
Update frontend
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"; |
