feat: add storages
This commit is contained in:
@@ -53,4 +53,9 @@ func (r *Routes) Register(router fiber.Router) {
|
||||
PathParam[string]("orderID"),
|
||||
))
|
||||
|
||||
router.Post("/v1/orders/pay/notify/:channel", DataFunc1(
|
||||
r.payController.Notify,
|
||||
PathParam[string]("channel"),
|
||||
))
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user