WINDOWS-7IFQK7E\EDY vor 1 Jahr
Ursprung
Commit
8be4439599
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      public/config.js

+ 1 - 1
public/config.js

@@ -24,7 +24,7 @@ const production = {
 
 function isWhich() {
   if (window.location.href.includes('localhost')) {
-    return production
+    return local
   } else if (window.location.href.includes('bozedu')) {
     return development
   } else {