Explorar el Código

Changed dev to false

Toby Chui hace 9 meses
padre
commit
1b9094d503
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -54,7 +54,7 @@ var (
 	name        = "Zoraxy"
 	version     = "3.0.5"
 	nodeUUID    = "generic"
-	development = true //Set this to false to use embedded web fs
+	development = false //Set this to false to use embedded web fs
 	bootTime    = time.Now().Unix()
 
 	/*