Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit b985f93

Browse files
David Tesarrguthriemsft
authored andcommitted
Fix POI Swagger UI case (#100)
1 parent 2dd3193 commit b985f93

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apis/poi/web/Controllers/HealthcheckController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace poi.Controllers
1313
{
1414
[Produces("application/json")]
15-
[Route("api/[controller]/poi")]
15+
[Route("api/healthcheck/poi")]
1616
public class HealthCheckController : ControllerBase
1717
{
1818

apis/poi/web/Controllers/POIController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace poi.Controllers
99
{
1010
[Produces("application/json")]
11-
[Route("api/[controller]")]
11+
[Route("api/poi")]
1212
public class POIController : ControllerBase
1313
{
1414
private readonly POIContext _context;

0 commit comments

Comments
 (0)