mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2024-11-22 05:58:21 -05:00
chore: remove unused using
This commit is contained in:
parent
ae057c59bb
commit
a25b93ae9f
@ -8,8 +8,8 @@ namespace MyMcRealms.Controllers
|
|||||||
[RequireMinecraftCookie]
|
[RequireMinecraftCookie]
|
||||||
public class TrialController : ControllerBase
|
public class TrialController : ControllerBase
|
||||||
{
|
{
|
||||||
[HttpGet(Name = "GetTrial")]
|
[HttpGet]
|
||||||
public bool Get() {
|
public bool GetTrial() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,6 @@ using MyMcRealms.MyMcAPI.Responses;
|
|||||||
using MyMcRealms.Responses;
|
using MyMcRealms.Responses;
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
using Semver;
|
using Semver;
|
||||||
using System.Text.Json;
|
|
||||||
|
|
||||||
namespace MyMcRealms.Controllers
|
namespace MyMcRealms.Controllers
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user