From e714d97855375fa66be2b340b09e1fd8f49a7e48 Mon Sep 17 00:00:00 2001 From: if1live Date: Sun, 1 Oct 2023 00:07:31 +0900 Subject: [PATCH] =?UTF-8?q?url=20=EC=A0=84=EC=B2=B4=20=EC=9E=A1=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- serverless.yml | 3 +++ 1 file changed, 3 insertions(+) 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: