add private room
This commit is contained in:
parent
5d46765145
commit
7b351d8b09
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
urlCL: 'http://127.0.0.1:3000',
|
urlCL: 'http://127.0.0.1:3000',
|
||||||
urlCG: 'http://127.0.0.1:3001'
|
urlCG: 'http://127.0.0.1:3001',
|
||||||
|
urlCPR: 'http://127.0.0.1:3002'
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Reference in a new issue