Next.js Discord

Discord Forum

API Route Case Sensitivitity

Answered
Transvaal lion posted this in #help-forum
Open in Discord
Transvaal lionOP
How do I ignore case sensitivity in an API route url in the app directory ?
Answered by Toyger
here you can look at 2 solutions: middleware and rewrites https://github.com/vercel/next.js/discussions/48043
View full answer

2 Replies

Toyger
here you can look at 2 solutions: middleware and rewrites https://github.com/vercel/next.js/discussions/48043
Answer
Transvaal lionOP
thx, did it with rewrites