Compare commits

...

1 Commits

Author SHA1 Message Date
54c4782672 change endpoint to proper path 2020-11-12 17:10:56 +01:00

View File

@ -19,7 +19,7 @@ using Microsoft.EntityFrameworkCore;
namespace InternshipSystem.Api.Controllers namespace InternshipSystem.Api.Controllers
{ {
[ApiController] [ApiController]
[Route("editionManagement")] [Route("management/editions")]
public class EditionManagementController : ControllerBase public class EditionManagementController : ControllerBase
{ {
private InternshipDbContext Context { get; } private InternshipDbContext Context { get; }