add private room

This commit is contained in:
NyxiumYuuki 2021-05-30 23:16:50 +02:00
parent 5d46765145
commit 7b351d8b09

View file

@ -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'
}; };
/* /*