Skip to content

Commit

Permalink
Sorted constants and .vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushabh2805 committed Jun 14, 2024
1 parent 77fcdce commit c7cb246
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion callbacks/constants.ts
Original file line number Diff line number Diff line change
@@ -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`;
Expand Down

0 comments on commit c7cb246

Please sign in to comment.