feat: add api service

This commit is contained in:
2024-02-17 08:00:58 +03:00
parent 272c76cfa8
commit d26c3d885b
2 changed files with 88 additions and 0 deletions

View File

@ -0,0 +1,4 @@
export const environment = {
apiUrl: 'http://localhost:5269/api/v1/',
production: false
}