change endpoint to proper path (#82)

change endpoint to proper path

Co-authored-by: MaxchilKH <m.w.bohdanowicz@gmail.com>
This commit is contained in:
maxchil 2020-11-12 17:12:44 +01:00
parent 9939f36900
commit 4623127862

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; }