Revert changes to ui config init

This commit is contained in:
2025-10-15 08:54:16 +02:00
parent 3d38d78845
commit 89055506d6
5 changed files with 9 additions and 19 deletions

View File

@@ -52,8 +52,6 @@ func onFailureResponse(rw http.ResponseWriter, r *http.Request, err error) {
}
func serverInit() {
// Init Web Package (Primarily: uiDefaults)
web.Init(flagUiConfigFile)
// Setup the http.Handler/Router used by the server
graph.Init()
resolver := graph.GetResolverInstance()