Skip to content

Commit

Permalink
fix: add routing to dashboard base route (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamkeewei authored Jun 16, 2021
1 parent ae2e64a commit da29fec
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 @@ -80,6 +80,9 @@ functions:
- http:
path: login
method: get
- http:
path: dashboard
method: get
- http:
path: dashboard/{proxy+}
method: get
Expand Down

0 comments on commit da29fec

Please sign in to comment.