Skip to content

Commit

Permalink
Fix dev cloud function region
Browse files Browse the repository at this point in the history
  • Loading branch information
cbhernan committed Nov 21, 2024
1 parent f1c1b6a commit 93b803b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
{
"source": "/maps/**",
"function": "maps",
"region": "us-west1"
"region": "us-central1"
},
{
"source": "/auth0/**",
"function": "auth0",
"region": "us-west1"
"region": "us-central1"
}
]
},
Expand Down

0 comments on commit 93b803b

Please sign in to comment.