Commit e9e2cc1e authored by Ibadullina Inabat's avatar Ibadullina Inabat

Внесены изменения на apiurl сервера

parent eb22fe70
export const apiUrl = "http://localhost:8000";
export let apiUrl = "http://localhost:8000";
if (process.env.REACT_APP_NODE_ENV === "dev") {
apiUrl = "http://116.203.144.156:8000"
}
export const uploadsUrl = `${apiUrl}/uploads`;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment