[CHANGE] Reworking auth schemes & services, handlers, etc.
This commit is contained in:
10
DotBased.AspNet.Authority/Controllers/AuthorityController.cs
Normal file
10
DotBased.AspNet.Authority/Controllers/AuthorityController.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace DotBased.AspNet.Authority.Controllers;
|
||||
|
||||
[ApiController]
|
||||
[Route("[controller]")]
|
||||
public class AuthorityController : ControllerBase
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user