diff options
Diffstat (limited to 'VPNAuth.Server/Program.cs')
-rw-r--r-- | VPNAuth.Server/Program.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/VPNAuth.Server/Program.cs b/VPNAuth.Server/Program.cs index b52abd8..e8e5d4f 100644 --- a/VPNAuth.Server/Program.cs +++ b/VPNAuth.Server/Program.cs @@ -7,6 +7,7 @@ using VPNAuth.Server.Database; using VPNAuth.Server.Responses; Config.CreateIfNotExists(); +GarbageCollector.StartLoopAsync(); var builder = WebApplication.CreateBuilder(args); |