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:
parent
9939f36900
commit
4623127862
@ -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