Last commit ?

This commit is contained in:
NyxiumYuuki 2021-06-06 11:40:14 +02:00
parent 75060a0997
commit 34a5f703ea
9 changed files with 61 additions and 26 deletions

View file

@ -1,6 +1,6 @@
export const environment = {
production: true,
urlCL: 'http://127.0.0.1:3000',
urlCG: 'http://127.0.0.1:3001',
urlCPR: 'http://127.0.0.1:3002'
urlCL: 'http://localhost:3000',
urlCG: 'http://localhost:3001',
urlCPR: 'http://localhost:3002'
};

View file

@ -4,9 +4,9 @@
export const environment = {
production: false,
urlCL: 'http://127.0.0.1:3000',
urlCG: 'http://127.0.0.1:3001',
urlCPR: 'http://127.0.0.1:3002'
urlCL: 'http://localhost:3000',
urlCG: 'http://localhost:3001',
urlCPR: 'http://localhost:3002'
};
/*