diff options
Diffstat (limited to 'VPNAuth.Server/Program.cs')
-rw-r--r-- | VPNAuth.Server/Program.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/VPNAuth.Server/Program.cs b/VPNAuth.Server/Program.cs index 067e61b..5920807 100644 --- a/VPNAuth.Server/Program.cs +++ b/VPNAuth.Server/Program.cs @@ -1,10 +1,6 @@ -using System.Security.Cryptography; -using System.Text; -using System.Text.RegularExpressions; using VPNAuth.Server; using VPNAuth.Server.Api; using VPNAuth.Server.Database; -using VPNAuth.Server.Responses; Config.CreateIfNotExists(); GarbageCollector.StartLoopAsync(); |