Another idea, you could set up a catch-all route w...
# functions
l
Another idea, you could set up a catch-all route with Functions using
/custom-router/[[route]]
while still using other standard file-based routes
/api
,
/api/login
, etc. Then inside that
/custom-router
onRequest
handler you could use the code from that "Native [not] Router".