структура

This commit is contained in:
Mikhail Kuznetsov
2023-05-17 16:00:50 +10:00
parent 7730559eca
commit 5338c489aa
18 changed files with 336 additions and 55 deletions

View File

@@ -0,0 +1,9 @@
using PARR_API.Controllers.V1.Base;
namespace PARR_API.Controllers.V1
{
public class ApiStatusController : BaseApiController
{
//TODO:
}
}