mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-16 06:44:41 +01:00
Init enter game
This commit is contained in:
14
SdkServer/Handlers/Sdk/RiskyController.cs
Normal file
14
SdkServer/Handlers/Sdk/RiskyController.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using KianaBH.Data.Models.Sdk;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace KianaBH.SdkServer.Models.Sdk;
|
||||
|
||||
[ApiController]
|
||||
public class RiskyController : ControllerBase
|
||||
{
|
||||
[HttpPost("/account/risky/api/check")]
|
||||
public IActionResult ComboGranter()
|
||||
{
|
||||
return Ok(new ResponseBase { Data = new { } });
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user