Skip to content

Commit 21daf60

Browse files
committed
Create environment file
1 parent e6066cd commit 21daf60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/environments/environment.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export const environment = {
2+
production: false,
3+
apiUrl: 'https://644a9189a8370fb321528794.mockapi.io/api/v1/',
4+
};

0 commit comments

Comments
 (0)