Skip to content

Commit

Permalink
Make schedule controller implement GordonControllerBase
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettforkner committed Sep 11, 2024
1 parent cd53dfd commit e5f12b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gordon360/Controllers/ScheduleController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace Gordon360.Controllers;

[Route("api/[controller]")]
public class ScheduleController(IScheduleService scheduleService) : ControllerBase
public class ScheduleController(IScheduleService scheduleService) : GordonControllerBase
{

/// <summary>
Expand Down

0 comments on commit e5f12b6

Please sign in to comment.