Skip to content

Commit 62470b1

Browse files
committed
Added URL to prod environment
1 parent e1c1a4b commit 62470b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export const environment = {
2-
production: true
2+
production: true,
3+
apiUrl: 'http://localhost:8080'
34
};

0 commit comments

Comments
 (0)