aboutsummaryrefslogtreecommitdiff
path: root/VPNAuth.Server/Program.cs
diff options
context:
space:
mode:
authorTim <contact@bytim.eu>2025-04-30 21:18:33 +0200
committerTim <contact@bytim.eu>2025-04-30 21:18:33 +0200
commitbe70e1ba46b7e2c9496f3ec7bf9062432ea22a94 (patch)
tree5b35106c487008a8d659cb57813c98636d52cc13 /VPNAuth.Server/Program.cs
parent56f99d4aec018255b15364d0bd3be9b793e253cf (diff)
downloadVPNAuth-be70e1ba46b7e2c9496f3ec7bf9062432ea22a94.tar.xz
VPNAuth-be70e1ba46b7e2c9496f3ec7bf9062432ea22a94.zip
Remove unused commits
Diffstat (limited to 'VPNAuth.Server/Program.cs')
-rw-r--r--VPNAuth.Server/Program.cs4
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();