package httpserver func (a *App) initAppRoutes() { // a.fiber.Group("/users", users.CreateAccount(a.userAPI)) }