From c7cb2467b0537f99d54891ded38b15baa7ca881a Mon Sep 17 00:00:00 2001 From: Rushabh528 Date: Fri, 14 Jun 2024 16:16:57 +0530 Subject: [PATCH] Sorted constants and .vscode --- .vscode/settings.json | 6 ------ callbacks/constants.ts | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index baa80cc8..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ - -{ - "editor.codeActionsOnSave": { - "source.fixAll.eslint": "explicit" - } -} \ No newline at end of file diff --git a/callbacks/constants.ts b/callbacks/constants.ts index d7d47235..e046d449 100644 --- a/callbacks/constants.ts +++ b/callbacks/constants.ts @@ -1,6 +1,6 @@ import { AxiosError, AxiosResponse } from "axios"; -export const BASE_URL = "http://localhost:56896"; +export const BASE_URL = "https://placement.iitk.ac.in"; export const AUTH_URL = `${BASE_URL}/api/auth`; export const RAS_URL = `${BASE_URL}/api/ras`;