change endpoint to proper path

This commit is contained in:
MaxchilKH 2020-11-12 17:10:56 +01:00
parent 9939f36900
commit 54c4782672

View File

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