diff --git a/serverless.yml b/serverless.yml index 568b43b..b0db7a2 100644 --- a/serverless.yml +++ b/serverless.yml @@ -65,6 +65,9 @@ functions: - httpApi: method: ANY path: / + - httpApi: + method: ANY + path: /{pathname+} custom: scriptHooks: