Implement OpenAPI configuration and fetching

This commit is contained in:
2025-01-25 10:28:15 +01:00
parent db63f46f5d
commit f5094cad60
24 changed files with 878 additions and 6 deletions

View File

@ -0,0 +1,4 @@
export const environment = {
production: true,
apiBasePath: "/api"
};