add: coin purchases + donator badge
This commit is contained in:
parent
fd529d3847
commit
44f9edd67e
21 changed files with 345 additions and 38 deletions
|
@ -563,6 +563,14 @@ pub fn routes() -> Router {
|
|||
"/service_hooks/stripe",
|
||||
post(auth::connections::stripe::stripe_webhook),
|
||||
)
|
||||
.route(
|
||||
"/service_hooks/stripe/checkout",
|
||||
post(auth::connections::stripe::create_stupid_fucking_checkout_session),
|
||||
)
|
||||
.route(
|
||||
"/service_hooks/stripe/checkout/success",
|
||||
get(auth::connections::stripe::handle_stupid_fucking_checkout_success_session),
|
||||
)
|
||||
// channels
|
||||
.route("/channels", post(channels::channels::create_request))
|
||||
.route(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue