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