summaryrefslogtreecommitdiff
path: root/DSACore/Program.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-09-27 00:31:30 +0200
committerTrueDoctor <d-kobert@web.de>2018-09-27 00:31:30 +0200
commitcd4785347eb641a0fab1a7157d701dd5d8c3259f (patch)
tree30ffcea7337231f84c47d45316babf45c24c3682 /DSACore/Program.cs
parent19bf37de7642ae8cdefd8fc6b4fadac3ac96ea9b (diff)
hoked the command handler up to the web api
modified file locations
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();
}