Closed shadow3x3x3 closed 11 months ago
The Health API Endpoint should be in /v1/health, not /api/v1/products/health.
/v1/health
/api/v1/products/health
Health APi is not belonged under products.
products
the base path /api/v1 should ref #15
/api/v1
It seems not correct in main branch. Please verify it again, thanks.
Report from @Vince-Ku.
https://github.com/No-57/orange-frontstage-api/blob/09df20426b389661eb1f5969107fa7eb5cb0142a/src/main/java/com/orange/main/products/controller/ProductsController.java#L58-L61
@Vince-Ku Could you describe about the situation?
@asdfg429 ✅ https://{domainhost}/api/v1/health ❌ https://{domainhost}/api/v1/products/health
Thanks. I'll check later.
This should be fine. Close.
The Health API Endpoint should be in
/v1/health
, not/api/v1/products/health
.Health APi is not belonged under
products
.