Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AshNewar committed Jan 6, 2024
2 parents 6708618 + 8585206 commit a7684ec
Show file tree
Hide file tree
Showing 3 changed files with 540 additions and 6,687 deletions.
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:61069";
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
Loading

0 comments on commit a7684ec

Please sign in to comment.