Next.js Discord

Discord Forum

Can we group API routes along with the pages?

Unanswered
Asiatic Lion posted this in #help-forum
Open in Discord
Asiatic LionOP
So I am building a multi-domain application and want to group the dashboard related pages and APIs in the dashboard group and then the subdomain related apis and pages in subdomain group so is it possible to do:

(subdomain)
test -> page.tsx
api -> ping -> route.ts

2 Replies