feat: add api service
This commit is contained in:
4
src/config/environment.ts
Normal file
4
src/config/environment.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export const environment = {
|
||||
apiUrl: 'http://localhost:5269/api/v1/',
|
||||
production: false
|
||||
}
|
Reference in New Issue
Block a user