mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2025-06-28 01:19:42 -04:00
chore: remove unused using
This commit is contained in:
@ -8,8 +8,8 @@ namespace MyMcRealms.Controllers
|
||||
[RequireMinecraftCookie]
|
||||
public class TrialController : ControllerBase
|
||||
{
|
||||
[HttpGet(Name = "GetTrial")]
|
||||
public bool Get() {
|
||||
[HttpGet]
|
||||
public bool GetTrial() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
@ -4,7 +4,6 @@ using MyMcRealms.MyMcAPI.Responses;
|
||||
using MyMcRealms.Responses;
|
||||
using Newtonsoft.Json;
|
||||
using Semver;
|
||||
using System.Text.Json;
|
||||
|
||||
namespace MyMcRealms.Controllers
|
||||
{
|
||||
|
Reference in New Issue
Block a user