change endpoint to proper path #82
@ -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