add: stripe integration

This commit is contained in:
trisua 2025-05-05 19:38:01 -04:00
parent 2fa5a4dc1f
commit 1d120555a0
31 changed files with 1137 additions and 122 deletions

View file

@ -281,6 +281,10 @@ pub fn routes() -> Router {
"/auth/user/connections/last_fm/api_proxy",
post(auth::connections::last_fm::proxy_request),
)
.route(
"/service_hooks/stripe",
post(auth::connections::stripe::stripe_webhook),
)
// channels
.route("/channels", post(channels::channels::create_request))
.route(