Skip to content

Commit

Permalink
(#1013) Configure for URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dondi committed Feb 22, 2023
1 parent 02300af commit 425e5a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ provider:
functions:
server:
handler: server/app.handler
url:
cors: true
events:
- http:
path: /
Expand All @@ -19,6 +21,7 @@ functions:
cors: true
web-client:
handler: web-client/app.handler
url: true
events:
- http:
path: /
Expand Down

0 comments on commit 425e5a3

Please sign in to comment.