feat: add a basic controller
This commit is contained in:
parent
a4dfccbc22
commit
fb6ca5df77
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