Skip to content

Commit 18e814f

Browse files
committed
Removes API endpoint test file
Deletes the `Api.http` file, which was used for interacting with API endpoints.
1 parent 520c72a commit 18e814f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Controllers/LocationController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace NexusPoint.Controllers;
1010
/// LocationController
1111
/// </summary>
1212
[ApiController]
13-
[Route("api/[controller]")]
13+
[Route("/[controller]")]
1414
public class LocationController(
1515
ILocationService locationService,
1616
IWebHostEnvironment webHostEnvironment

0 commit comments

Comments
 (0)