Commit 310245ef authored by El Mghazli Yacine's avatar El Mghazli Yacine

backend env

parent 64e33694
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
export const environment = { export const environment = {
production: true, production: true,
backend: 'http://localhost:3000/api' //FIXME backend: 'http://localhost:8090' //FIXME
}; };
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
export const environment = { export const environment = {
production: false, production: false,
backend: 'http://localhost:3000/api' backend: 'http://localhost:8090'
}; };
/* /*
......
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