package middlewares //func NewMiddlewareRouters(server *entity.Routers) *controller { //productRepo := repository_product.NewProductRepository(server.Database) //authService := service_authentication.NewAuthService(productRepo) //return NewMiddlewareControllers(authService) //}