添加获取启动器最新版本接口
This commit is contained in:
parent
a23762cccb
commit
721bae4a9f
|
@ -0,0 +1,11 @@
|
|||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace CompetitionAPI.Controllers.version
|
||||
{
|
||||
[Route("api/[controller]")]
|
||||
[ApiController]
|
||||
public class GetLastVersionController : Controller
|
||||
{
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
namespace CompetitionAPI.api.version
|
||||
{
|
||||
public class GetLastVersionResponse
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue