Use random id for app

This commit is contained in:
Your Name
2020-12-30 21:38:56 +01:00
parent ed269fbca8
commit 38d3c83fd9

View File

@@ -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;