Join Discord
Powered by
Another idea, you could set up a catch-all route w...
# functions
l
Larry
05/23/2023, 10:44 AM
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".
Previous
Next