chore: build
Backend - Build & Lint / build (push) Failing after 16m14s

This commit is contained in:
2026-06-28 13:52:47 +02:00
parent 3be323fcfe
commit b8aab5643f
3 changed files with 119 additions and 13 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ func SetupRoutes(router *gin.Engine, database *db.Database, geoService *services
adminGroupV2.GET("/stats/monthly", handlers.GetAdminStatsByMonth)
adminGroupV2.POST("/active/product/price/:id", handlers.ActivePrice)
adminGroupV2.POST("/desactive/product/price/:id", handlers.DesActivePrice)
adminGroupV2.GET("/stats/daily", handlers.GetAdminDailyDetail)
// ============================================
// COMMANDES - GESTION DE BASE
// ============================================