Update main.go

Switched dev mode to false (Note: The advance routing rule system is still work in progress, do not use them)
This commit is contained in:
Toby Chui 2023-07-06 11:03:41 +08:00
parent 36b17ce4cf
commit 0a8a821394

View File

@ -43,7 +43,7 @@ var (
name = "Zoraxy"
version = "2.6.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()
/*