Gufran khan_India
04/11/2026, 2:35 AM/health, but it only works as /api/health locally. Is the /api prefix missing from the OpenAPI schema, or am I setting something up incorrectly?Nate
04/11/2026, 2:42 AMThe API is hosted with anprefix that (optionally) allows versioning in the future. By convention, we treat that as part of the base URL and do not include that in API examples./api/:version
Gufran khan_India
04/11/2026, 5:14 AM127.0.0.1:4200 as the API base URL instead of 127.0.0.1:4200/api, so the Swagger paths looked inconsistent to me.
Appreciate the clarification.