Skip to content

Conversation

@antoniomika
Copy link
Member

No description provided.

@antoniomika antoniomika marked this pull request as ready for review November 19, 2024 23:18
auth/api.go Outdated
Comment on lines 571 to 612
shared.NewRoute("GET", "/checkout/(.+)", checkoutHandler(apiConfig)),
shared.NewRoute("GET", "/.well-known/oauth-authorization-server/?(.+)?", wellKnownHandler(apiConfig)),
shared.NewRoute("POST", "/introspect", introspectHandler(apiConfig)),
shared.NewRoute("GET", "/authorize", authorizeHandler(apiConfig)),
shared.NewRoute("POST", "/token", tokenHandler(apiConfig)),
shared.NewRoute("POST", "/key", keyHandler(apiConfig)),
shared.NewRoute("POST", "/user", userHandler(apiConfig)),
shared.NewRoute("GET", "/rss/(.+)", rssHandler(apiConfig)),
shared.NewRoute("POST", "/redirect", redirectHandler(apiConfig)),
shared.NewRoute("POST", "/webhook", paymentWebhookHandler(apiConfig)),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm curious, why didn't you refactor this to use a mux router?

@neurosnap neurosnap merged commit 9d945c2 into main Nov 22, 2024
11 checks passed
@neurosnap neurosnap deleted the am/pipe-web branch November 22, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants