chore: fix prices
This commit is contained in:
@@ -95,6 +95,10 @@ func SetupRoutes(router *gin.Engine, database *db.Database, geoService *services
|
||||
cartGroupV1.GET("/notifications", handlers.GetClientNotifications)
|
||||
cartGroupV1.POST("/notifications/read", handlers.MarkNotificationsRead)
|
||||
|
||||
// 📱 PUSH TOKEN
|
||||
cartGroupV1.POST("/push-token", handlers.RegisterPushToken)
|
||||
cartGroupV1.DELETE("/push-token", handlers.UnregisterPushToken)
|
||||
|
||||
// 👤 PROFIL CLIENT - MODIFICATION PAR LE CLIENT
|
||||
cartGroupV1.PUT("/profile/update", handlers.UpdateMyProfile) // ✅ Modifier mon profil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user