111
This commit is contained in:
@@ -22,5 +22,13 @@ namespace Application.Web.Controllers.Login
|
||||
{
|
||||
return PoAction.Ok(parms.name);
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
public async Task<IPoAction> Test(string name)
|
||||
{
|
||||
return PoAction.Ok(name);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user