Fixe url admin
This commit is contained in:
Vendored
+2
-1
@@ -63,7 +63,8 @@
|
||||
window.open(playUrl, '_blank');
|
||||
}
|
||||
function startConsole() {
|
||||
let playUrl = window.location.protocol + "//admin."+window.location.host;
|
||||
//let playUrl = window.location.protocol + "//admin."+window.location.host;
|
||||
let playUrl = 'https://admin.workadventu.re';
|
||||
window.open(playUrl, '_blank');
|
||||
}
|
||||
function shareFB() {
|
||||
|
||||
Reference in New Issue
Block a user