Explorar el Código

Revert "Deploy desde script deploy.sh"

This reverts commit 7d3f7a6136e984e443eca703e85129cec450ac23.
Erwin Jacimino hace 5 meses
padre
commit
9d9ba45010
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      public/main/js/app.js

+ 5 - 1
public/main/js/app.js

@@ -1,4 +1,8 @@
 
+// TODO: PARCHE TEMPORAL -> REDIRECCIONAR TODO  A https://menu.fu.do/klein/qr-menu
+
+window.location.replace("https://menu.fu.do/klein/qr-menu");
+
 //--- Imports ---
 import { getOnlineUserCount, getUserList } from './service/chat.js';
 import { getProducts, sendOrder } from './service/product.js';
@@ -1009,4 +1013,4 @@ function setupBasicListeners() {
 document.addEventListener("DOMContentLoaded", async () => {
     hideGUI();
     initializeApp();
-});
+});