Implement OpenAPI configuration and fetching
This commit is contained in:
4
src/environments/environment.ts
Normal file
4
src/environments/environment.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiBasePath: "/api"
|
||||
};
|
Reference in New Issue
Block a user