diff --git a/src/redux/api/ProjectApi.js b/src/redux/api/ProjectApi.js index c3a59aa..f39cf4e 100644 --- a/src/redux/api/ProjectApi.js +++ b/src/redux/api/ProjectApi.js @@ -1,4 +1,4 @@ -const baseURL = "https://demoapi.primusplug.io" +const baseURL = "https://demoproject.macbright.org" const projectApi = { addTask: async (body) => { diff --git a/src/redux/api/userApi.js b/src/redux/api/userApi.js index 1c6b593..5c64a92 100644 --- a/src/redux/api/userApi.js +++ b/src/redux/api/userApi.js @@ -1,4 +1,4 @@ -const baseURL = "https://demoapi.primusplug.io" +const baseURL = "https://demoproject.macbright.org" const userApi = { registerEngineer: async (body) => {