aboutsummaryrefslogtreecommitdiff
path: root/internal/admin/service.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--internal/admin/service.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/admin/service.go b/internal/admin/service.go
index c09ad66..80056b7 100644
--- a/internal/admin/service.go
+++ b/internal/admin/service.go
@@ -18,7 +18,7 @@ func (s *Servicer) InitServer() {
s.AddPolicies(policies)
s.SavePolicy()
s.LoadPolicy()
- s.Conf.ServerPolicies()
+ s.Conf.ConfigureRepos()
}
// NewService create a new admin service, load config, and generate policies