diff options
Diffstat (limited to 'internal/admin/service.go')
| -rw-r--r-- | internal/admin/service.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/admin/service.go b/internal/admin/service.go index 1b5662d..498215b 100644 --- a/internal/admin/service.go +++ b/internal/admin/service.go @@ -69,6 +69,7 @@ func NewService(modelPath, policyPath, serverConfigPath, reposDir string, mgmtRe // log.error log.Fatalf("Coudln't load server config %s", err) } + conf.basePath = reposDir svc := &Servicer{ enf, conf, |