Skip to content

Commit

Permalink
Merge pull request #29 from rotirk20/development
Browse files Browse the repository at this point in the history
Fixing production apiUrl in frontend environment
  • Loading branch information
rotirk20 authored Oct 18, 2024
2 parents f0b4536 + 1aa8bfc commit d9034a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const environment = {
production: true,
apiUrl: 'http://api.smetovi.ba'
apiUrl: 'http://api.smetovi.ba/api'
};

0 comments on commit d9034a4

Please sign in to comment.