From 794c13c8d5febd2bda32e858099a52a4f5fb84cc Mon Sep 17 00:00:00 2001 From: Gregoire Parant Date: Tue, 15 Dec 2020 08:30:02 +0100 Subject: [PATCH] Fixe url admin --- website/dist/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/dist/index.html b/website/dist/index.html index 8fd7939e..90526159 100644 --- a/website/dist/index.html +++ b/website/dist/index.html @@ -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() {