feat: complete buy and sell function
This commit is contained in:
@@ -29,5 +29,5 @@ func (r *Router) Register(router fiber.Router) {
|
||||
group.Get(":hash", r.controller.Show)
|
||||
group.Get(":hash/:type<regex([video|audio])>", r.controller.MediaIndex)
|
||||
group.Get(":hash/:type<regex([video|audio])>/:segment.ts", r.controller.MediaSegment)
|
||||
group.Get(":hash/checkout", r.controller.Checkout)
|
||||
group.Patch(":hash/checkout", r.controller.Checkout)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user