Skip to content

Commit

Permalink
Update vite.config.shared.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Adam DeHaven <[email protected]>
  • Loading branch information
hangrao and adamdehaven authored Dec 5, 2024
1 parent 141fa62 commit ecabed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const getApiProxies = (pathToRoot: string = '../../../.') => {
: undefined

// Add additional regions as they become available
const availableRegions = ['au', 'eu', 'us', 'me']
const availableRegions = ['au', 'eu', 'us', 'me', ‘in’]
const regionalProxies = {}
// Build the regional API proxies
for (const region of availableRegions) {
Expand Down

0 comments on commit ecabed3

Please sign in to comment.