Skip to content

Commit 2a1bc4a

Browse files
correct backend url
Signed-off-by: Jasper Kamerling <[email protected]>
1 parent 76c4a65 commit 2a1bc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const environment = {
2-
backendUrl: 'https://poker.tortoaster.com/api',
2+
backendUrl: '/api',
33
};

0 commit comments

Comments
 (0)