Join Slack
Powered by
*Question*: Does the Api construct allow wildcardi...
# sst
s
Sean Matheson
11/09/2021, 9:42 AM
Question
: Does the Api construct allow wildcarding for the routes? i.e.
/foo/*
would match
/foo/bar
and
/foo/bar/baz
t
thdxr
11/09/2021, 12:55 PM
I think the syntax is like this
/foo/{proxy+}
Open in Slack
Previous
Next