change endpoint to proper path #82

Merged
maxchil merged 1 commits from feat/randomfixes into master 2020-11-12 17:13:15 +01:00

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