How do you do a catch all route in the Api constru...
# sst
t
How do you do a catch all route in the Api construct?
f
ANY /{proxy+}
t
ty
f
use this for now… i think there’s a built-in catch-all route for HTTP API.. lemme take a look at it and put it in the next release
t
ah cool
f
Hey @thdxr, added support for default route in v0.36.0. Here’s an example https://docs.serverless-stack.com/constructs/Api#adding-catch-all-route
t
oh cool ty