Skip to content

Commit

Permalink
fix(api-config): apiUrl for production environment changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
aliyaghini authored Aug 27, 2024
1 parent 5789661 commit 73ba509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-config/api-url.prod.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const environment = {
apiUrl: 'https://localhost:44322',
apiUrl: 'https://myweb.abriment.com ',
};

0 comments on commit 73ba509

Please sign in to comment.