Skip to content

Commit

Permalink
update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
salahlalami committed Oct 18, 2021
1 parent c096d06 commit 80bc227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/config/serverApiConfig.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const API_BASE_URL = "https://antd-admin-mern.idurar.net/api/";
export const API_BASE_URL = "https://starter-mern.herokuapp.com/api/";
// export const API_BASE_URL = "http://localhost:8888/api/";
export const ACCESS_TOKEN_NAME = "x-auth-token";

0 comments on commit 80bc227

Please # to comment.