Commit 6aa26355 authored by Ibadullina Inabat's avatar Ibadullina Inabat

Merge branch 'task-156-feature/server_delivery' into 'development'

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

See merge request !123
parents 94d3fe63 e9e2cc1e
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