mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2024-11-21 05:38:20 -05:00
chore: remove unused using
This commit is contained in:
parent
ae057c59bb
commit
a25b93ae9f
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user