chore: build
Backend - Build & Lint / build (push) Has been cancelled

This commit is contained in:
2026-06-21 12:13:28 +02:00
parent 403e765a51
commit 13d978c76e
3 changed files with 131 additions and 21 deletions
+3
View File
@@ -208,6 +208,7 @@ func SetupRoutes(router *gin.Engine, database *db.Database, geoService *services
// STATISTIQUES ADMIN
// ============================================
adminGroupV2.GET("/stats", handlers.GetAdminStats)
adminGroupV2.POST("/stats/reset/:section", handlers.ResetAdminStats)
adminGroupV2.POST("/active/product/price/:id", handlers.ActivePrice)
adminGroupV2.POST("/desactive/product/price/:id", handlers.DesActivePrice)
@@ -398,6 +399,8 @@ func SetupRoutes(router *gin.Engine, database *db.Database, geoService *services
// ============================================
// NOTIFICATIONS LIVREUR
// ============================================
livreurGroupV1.GET("/ratings", handlers.GetMyRatings)
livreurGroupV1.GET("/notifications", handlers.GetLivreurNotifications)
livreurGroupV1.POST("/notifications/read", handlers.MarkLivreurNotificationsRead)