...
This commit is contained in:
11
Presentation/Hushian.WebApi/Controllers/v1/UserController.cs
Normal file
11
Presentation/Hushian.WebApi/Controllers/v1/UserController.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace Hushian.WebApi.Controllers.v1
|
||||
{
|
||||
[Route("api/v1/[controller]")]
|
||||
[ApiController]
|
||||
public class UserController : ControllerBase
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user