update environment for v-server
This commit is contained in:
parent
60309ac39c
commit
c9f2d0a054
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
export const environment = {
|
export const environment = {
|
||||||
// Development
|
// Development
|
||||||
baseUrl: 'http://127.0.0.1:8000',
|
// baseUrl: 'http://127.0.0.1:8000',
|
||||||
|
|
||||||
// Live
|
// Live
|
||||||
// baseUrl: 'https://videoflix-django.andre-kempf.com',
|
baseUrl: 'https://videoflix-django.andre-kempf.com',
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue