add .gitignore

This commit is contained in:
Fran Jurmanović
2024-07-09 23:48:59 +02:00
parent 1bb73c866a
commit df70999d13
2 changed files with 37 additions and 2 deletions

View File

@@ -21,9 +21,8 @@ func Routes(app *fiber.App) {
c := dig.New()
groups := app.Group(configs.Prefix)
apiGroup := groups.Group("api")
routeGroups := &common.RouteGroups{
Api: apiGroup,
Api: groups.Group("api"),
}
c.Provide(func() *common.RouteGroups {