Update main.go

- Updated main to internal web fs
This commit is contained in:
Toby Chui 2024-07-31 16:15:59 +08:00
parent 97502db607
commit 6ac16caf37

View File

@ -61,7 +61,7 @@ var (
name = "Zoraxy"
version = "3.1.0"
nodeUUID = "generic" //System uuid, in uuidv4 format
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()
/*