Start API Server
This commit is contained in:
19
ApiServer/Controllers/PasportController.cs
Normal file
19
ApiServer/Controllers/PasportController.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ApiServer.Controllers
|
||||
{
|
||||
[Route("[controller]")]
|
||||
[ApiController]
|
||||
public class PasportController : ControllerBase
|
||||
{
|
||||
[HttpPost]
|
||||
public string ()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user