online-order/api/middlewares/router.go

9 lines
281 B
Go
Raw Permalink Normal View History

2023-10-27 09:51:58 +00:00
package middlewares
2023-10-29 23:33:40 +00:00
//func NewMiddlewareRouters(server *entity.Routers) *controller {
2023-11-10 08:48:14 +00:00
//productRepo := repository_product.NewProductRepository(server.Database)
2023-10-29 23:33:40 +00:00
//authService := service_authentication.NewAuthService(productRepo)
2023-10-27 09:51:58 +00:00
2023-10-29 23:33:40 +00:00
//return NewMiddlewareControllers(authService)
//}