Add AuthController and configure authentication/identity services
This commit is contained in:
10
API/Controllers/AuthController.cs
Normal file
10
API/Controllers/AuthController.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace API.Controllers;
|
||||
|
||||
[ApiController]
|
||||
[Route("api/account")]
|
||||
public class AuthController : ControllerBase
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user