There was an error while loading. Please reload this page.
1 parent 520c72a commit 18e814fCopy full SHA for 18e814f
1 file changed
Controllers/LocationController.cs
@@ -10,7 +10,7 @@ namespace NexusPoint.Controllers;
10
/// LocationController
11
/// </summary>
12
[ApiController]
13
-[Route("api/[controller]")]
+[Route("/[controller]")]
14
public class LocationController(
15
ILocationService locationService,
16
IWebHostEnvironment webHostEnvironment
0 commit comments