From 80bc22795451a8eda9a313a8edee98f68f807320 Mon Sep 17 00:00:00 2001 From: Salah Eddine Lalami Date: Mon, 18 Oct 2021 17:00:06 +0100 Subject: [PATCH] update config file --- frontend/src/config/serverApiConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/config/serverApiConfig.js b/frontend/src/config/serverApiConfig.js index 3a07f73..60a5622 100644 --- a/frontend/src/config/serverApiConfig.js +++ b/frontend/src/config/serverApiConfig.js @@ -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";