Skip to content

Commit

Permalink
Add pay route
Browse files Browse the repository at this point in the history
  • Loading branch information
funivan committed Feb 23, 2024
1 parent 0059357 commit 85001c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@
"source": "robots.txt",
"destination": "/landing/robots.txt"
},
{
"source": "/pay",
"run": {
"serviceId": "backend",
"region": "us-central1"
}
},
{
"source": "**",
"destination": "/landing/index.html"
Expand Down

0 comments on commit 85001c4

Please sign in to comment.