-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add custom endpoint with App router #171
Comments
does this work? import { POST as route } from "next-s3-upload/route";
export const POST = route.configure({
// ...
}); |
I get an error: hostname: |
Can you share your code? |
This answer is very late but I still want to share to who need it and thank to your answer @ryanto
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently using the AppRouter configuration
export { POST } from "next-s3-upload/route";
There is no way to add a custom endpoint
The text was updated successfully, but these errors were encountered: