修改路由实现方式,加入Rrea支持
This commit is contained in:
parent
82e8048dcf
commit
13cdd46180
|
@ -14,7 +14,7 @@ namespace Falcon.SugarApi.ApiDefinistions
|
|||
/// </summary>
|
||||
[Area("api")]
|
||||
[ApiController]
|
||||
[Route("api/[Controller]/[Action]")]
|
||||
[Route("[Area]/[Controller]/[Action]")]
|
||||
public abstract class ApiControllerBase : ControllerBase
|
||||
{
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue
Block a user