From cd4785347eb641a0fab1a7157d701dd5d8c3259f Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Thu, 27 Sep 2018 00:31:30 +0200 Subject: hoked the command handler up to the web api modified file locations --- DSACore/Program.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DSACore/Program.cs') 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(); } -- cgit v1.2.3-54-g00ecf