*Question*: Does the Api construct allow wildcardi...
# sst
s
Question: Does the Api construct allow wildcarding for the routes? i.e.
/foo/*
would match
/foo/bar
and
/foo/bar/baz
t
I think the syntax is like this
/foo/{proxy+}