Refactor route attribute in WhitelistController for improved clarity
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Managing.Api.Controllers;
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[ApiController]
|
[ApiController]
|
||||||
[Authorize]
|
[Authorize]
|
||||||
[Route("api/[controller]")]
|
[Route("[controller]")]
|
||||||
public class WhitelistController : BaseController
|
public class WhitelistController : BaseController
|
||||||
{
|
{
|
||||||
private readonly IWhitelistService _whitelistService;
|
private readonly IWhitelistService _whitelistService;
|
||||||
|
|||||||
Reference in New Issue
Block a user