Merge branch 'main' of http://172.16.1.12/chenxiangxue/FuZhou_Custom_BulkCargo_Server
This commit is contained in:
commit
2da7dd1ae6
|
|
@ -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