Skip to content

Commit

Permalink
make all apiURL vars the same
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Smodish <[email protected]>
  • Loading branch information
AlexVCS and ssmodish committed Dec 9, 2024
1 parent d4fc83b commit e62e5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-client/src/environments/environment.staging.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const environment = {
production: false,
staging: true,
apiUrl: 'https://mango-entertainment-dev-api.azurewebsites.net/api/selections'
apiURL: 'https://mango-entertainment-dev-api.azurewebsites.net/api/selections'
}

0 comments on commit e62e5b4

Please sign in to comment.