Skip to content

Commit 56752ef

Browse files
committed
better route name
1 parent 0acfd02 commit 56752ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controllers/TrainingSessionSyncController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace AzureSamples.AzureSQL.Controllers
1111
{
1212
[ApiController]
13-
[Route("trainingsession/sync")]
13+
[Route("/api/v1/training-session/sync")]
1414
public class TrainingSessionSyncController : ControllerQuery
1515
{
1616
public TrainingSessionSyncController(IConfiguration config, ILogger<TrainingSessionSyncController> logger):

0 commit comments

Comments
 (0)