Skip to content

Commit

Permalink
Merge pull request #1 from alliander-opensource/fix-url
Browse files Browse the repository at this point in the history
correct backend url
  • Loading branch information
jasperkamerling authored Feb 21, 2025
2 parents 76c4a65 + 2a1bc4a commit 0d707dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const environment = {
backendUrl: 'https://poker.tortoaster.com/api',
backendUrl: '/api',
};

0 comments on commit 0d707dc

Please sign in to comment.