Skip to content

Commit 7dde0b9

Browse files
Fix Angular environment config
1 parent 96903bc commit 7dde0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const environment = {
22
production: true,
33
// Assume that both the API and web app are routed on the same hostname.
4-
apiUrl: '/api',
4+
apiUrl: '/',
55
apiTimeout: 60000,
66
};

0 commit comments

Comments
 (0)