忽略dll文件git
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
using Hncore.Infrastructure.WebApi;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace Hncore.Pass.Manage.Controllers
|
||||
{
|
||||
[ApiVersion("1.0")]
|
||||
[Route("api/manage/v{version:apiVersion}/test/[action]")]
|
||||
public class TestController: HncoreControllerBase
|
||||
{
|
||||
[HttpGet,AllowAnonymous]
|
||||
public string Name()
|
||||
{
|
||||
|
||||
|
||||
return "Manage";
|
||||
}
|
||||
}
|
||||
using Hncore.Infrastructure.WebApi;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace Hncore.Pass.Manage.Controllers
|
||||
{
|
||||
[ApiVersion("1.0")]
|
||||
[Route("api/manage/v{version:apiVersion}/test/[action]")]
|
||||
public class TestController: HncoreControllerBase
|
||||
{
|
||||
[HttpGet,AllowAnonymous]
|
||||
public string Name()
|
||||
{
|
||||
|
||||
|
||||
return "Manage";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user