Compare commits
2 Commits
ccdbe9f7b8
...
fd1069715a
| Author | SHA1 | Date |
|---|---|---|
|
|
fd1069715a | |
|
|
0a33bd96d4 |
|
|
@ -11,7 +11,7 @@ namespace OpenAuth.WebApi.Controllers.Permission
|
|||
/// 数据权限控制器
|
||||
/// </summary>
|
||||
[ApiController]
|
||||
[Route("api/[controller][action]")]
|
||||
[Route("api/[controller]/[action]")]
|
||||
public class BaseDataAuthController : ControllerBase
|
||||
{
|
||||
private readonly BaseDataAuthorizeApp _baseDataAuthorizeApp;
|
||||
|
|
|
|||
Loading…
Reference in New Issue