Is it bad practice to access router handler api endpoints from non Next.js clients like mobile?
Unanswered
Greater Flamingo posted this in #help-forum
Greater FlamingoOP
Is it bad practice to access router handler api endpoints from non Next.js clients like mobile? Like if we already haev a route handler that talk to DBs, then use same endpoint to talk to native mobile app as well?