summaryrefslogtreecommitdiff
path: root/DSACore/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSACore/Program.cs')
-rw-r--r--DSACore/Program.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/DSACore/Program.cs b/DSACore/Program.cs
index 373a39e..9bd6e6b 100644
--- a/DSACore/Program.cs
+++ b/DSACore/Program.cs
@@ -14,6 +14,8 @@ namespace DSACore
{
public static void Main(string[] args)
{
+ DSACore.DSA_Game.Dsa.Startup();
+
CreateWebHostBuilder(args).Build().Run();
}