diff options
| author | LLLL Colonq <llll@colonq> | 2023-12-19 13:08:22 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2023-12-19 13:08:22 -0500 |
| commit | 0be357bb60a2bc4523056aba34add78b715211f5 (patch) | |
| tree | 5c401183dc05342ee6efc8a4bd163e60a0c17298 /fig-frontend/client/src/config.ts | |
| parent | 40a3ac0bd9188139c2cd6b8b1b116e20b6ed8446 (diff) | |
Add fig-frontend
Diffstat (limited to 'fig-frontend/client/src/config.ts')
| -rw-r--r-- | fig-frontend/client/src/config.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fig-frontend/client/src/config.ts b/fig-frontend/client/src/config.ts new file mode 100644 index 0000000..5498e16 --- /dev/null +++ b/fig-frontend/client/src/config.ts @@ -0,0 +1,3 @@ +export const URL = "http://localhost:8000"; +export const API_URL = "http://localhost:8000/api"; +export const CLIENT_ID = "q486jugzn2my4iw6l181o006ugye4j"; |
