rename repository factory

This commit is contained in:
Hayden 2022-10-06 15:02:15 -05:00
parent 1827c61314
commit 68a27b7f82
4 changed files with 4 additions and 4 deletions

View file

@ -114,7 +114,7 @@ func run(cfg *config.Config) error {
}
app.db = c
app.repos = repo.EntAllRepos(c, cfg.Storage.Data)
app.repos = repo.New(c, cfg.Storage.Data)
app.services = services.NewServices(app.repos)
// =========================================================================