change endpoint to proper path
This commit is contained in:
parent
9939f36900
commit
54c4782672
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user