diff options
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"; |
