refactor: move nebula configuration to static file

This commit is contained in:
Prad Nukala
2024-09-30 21:51:16 -04:00
parent 37585b4df2
commit 48b197890e
18 changed files with 186 additions and 107 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
//go:embed assets
var embeddedFiles embed.FS
//go:embed assets/config.pkl
//go:embed assets/static.pkl
var config []byte
func getHTTPFS() (http.FileSystem, error) {