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

@@ -16,7 +16,7 @@ import (
func TestInit(t *testing.T) {
fp := "../../configs/config.json"
ccconf.Init(fp)
cfg := ccconf.GetPackageConfig("web")
cfg := ccconf.GetPackageConfig("ui")
Init(cfg)