Update URL

This commit is contained in:
Louai Haddad 2023-12-01 10:07:45 +00:00
parent a1909ebe4d
commit d742a8b328

View File

@ -6,7 +6,7 @@ export default URLContext;
export const URLProvider = ({ children }) => {
// const url = "http://localhost:8000/admin_api";
const url = "http://localhost:8000/data_api";
const url = "https://dev-iddrs.bicc.de/data_api";
return (
<URLContext.Provider value={{ url: url }}>{children}</URLContext.Provider>
);