Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
fix: add multi-tenant metadata route (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
carvantes authored Aug 4, 2021
1 parent d8945f3 commit 476a774
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ functions:
- http:
method: GET
path: /metadata
- http:
method: GET
path: /tenant/{tenantId}/metadata
handler: src/index.default
provisionedConcurrency: 5
environment:
Expand Down

0 comments on commit 476a774

Please sign in to comment.