Skip to content

Commit

Permalink
Update nuxt.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dirodriguezm authored Apr 8, 2024
1 parent c8b18cc commit 0aae146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default {
process.env.ZTF_API_BASE_URL ||
'https://dev-api.alerce.online/alerts/v1/',
ztfApiv2Url:
process.env.ZTF_V2_API_URL || 'https://api.staging.alerce.online/v2',
process.env.ZTF_V2_API_URL || 'https://api.alerce.online/v2',
usersApiBaseUrl:
process.env.USERS_API_BASE_URL || 'https://dev.users.alerce.online/users',
googleRedirectUri:
Expand Down

0 comments on commit 0aae146

Please sign in to comment.