Skip to content

Commit

Permalink
chore: revert api endpoint change
Browse files Browse the repository at this point in the history
  • Loading branch information
adisreyaj committed Apr 9, 2024
1 parent 6719f73 commit 8e29032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/compito/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const environment = {
production: true,
baseURL: 'https://compito.adi.so',
api: 'https://compito.api.adi.so/api',
api: 'https://compito-api.adi.so/api',
auth: {
audience: 'compito-api',
domain: 'compito.us.auth0.com',
Expand Down

0 comments on commit 8e29032

Please sign in to comment.