feat: PATCH /admin/customers/:id — customer update endpoint
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -164,6 +164,7 @@ func RegisterRoutes(app *fiber.App, cfg *config.Config) {
|
||||
|
||||
// B2C App customers
|
||||
adminAuth.Get("/customers", controllers.GetAdminCustomers)
|
||||
adminAuth.Patch("/customers/:id", controllers.UpdateAdminCustomer)
|
||||
|
||||
// Hubs
|
||||
adminAuth.Get("/hubs", controllers.GetHubs)
|
||||
|
||||
Reference in New Issue
Block a user