Update main.go

Swap to use embedded web fs
This commit is contained in:
Toby Chui 2023-11-25 16:38:15 +08:00
parent ce4ce72820
commit 4ca0fcc6d1

View File

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