From 7afd1784e3f7ff913fe7b30d564a9e4598c8374d Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Sat, 29 Sep 2018 17:20:27 +0200 Subject: called database to verify autenth is working --- 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 2b2f938..af51983 100644 --- a/DSACore/Program.cs +++ b/DSACore/Program.cs @@ -3,6 +3,7 @@ using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; +using DSACore.FireBase; using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; @@ -14,6 +15,7 @@ namespace DSACore { public static void Main(string[] args) { + Database.DoStuff(); DSA_Game.Dsa.Startup(); CreateWebHostBuilder(args).Build().Run(); } -- cgit v1.2.3-54-g00ecf