Use random id for app
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
const api_creds = "queueview:queueview";
|
const api_creds = "queueview:queueview";
|
||||||
const api_app = "queueview"; //_" + (""+Math.random()).substring(2);
|
const api_app = "queueview_" + (""+Math.random()).substring(2);
|
||||||
|
|
||||||
let ws;
|
let ws;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user