Update URL
This commit is contained in:
parent
a1909ebe4d
commit
d742a8b328
@ -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>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user