feat: add a basic controller
This commit is contained in:
parent
77136cc7ec
commit
7b584b2dc5
7
Endpoint/Controllers/BaseController.cs
Normal file
7
Endpoint/Controllers/BaseController.cs
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
using Microsoft.AspNetCore.Mvc;
|
||||||
|
|
||||||
|
namespace Mirea.Api.Endpoint.Controllers;
|
||||||
|
|
||||||
|
[ApiController]
|
||||||
|
[Route("api/[controller]/[action]")]
|
||||||
|
public class BaseController : ControllerBase;
|
Loading…
Reference in New Issue
Block a user