Skip to content

Commit

Permalink
Adding more nginx routes replacing previous routes
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfaisal committed Jul 18, 2021
1 parent 1064829 commit c28e70c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/Utils/constants.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const BASE_URL = "http://localhost:8000";
const BASE_URL = "http://localhost:80";

export const LOGIN_URL = `${BASE_URL}/oauth2/login`;
export const LOGIN_URL = `${BASE_URL}/api/oauth2/login`;

export const USER_URL = `${BASE_URL}/api/user`;
export const USER_INFORMATION_URL = `${USER_URL}/information`;
Expand Down

0 comments on commit c28e70c

Please sign in to comment.