|
|
@ -2,6 +2,7 @@ using System; |
|
|
|
using System.Collections.Generic; |
|
|
|
using System.Linq; |
|
|
|
using System.Threading.Tasks; |
|
|
|
using CoviDok.Data.MySQL; |
|
|
|
using Microsoft.AspNetCore.Builder; |
|
|
|
using Microsoft.AspNetCore.Hosting; |
|
|
|
using Microsoft.AspNetCore.Http; |
|
|
@ -32,6 +33,9 @@ namespace CoviDok |
|
|
|
|
|
|
|
app.UseMvc(); |
|
|
|
|
|
|
|
MySqlContext ctx = new MySqlContext(); |
|
|
|
ctx.Database.EnsureCreated(); |
|
|
|
|
|
|
|
//app.UseEndpoints(endpoints =>
|
|
|
|
//{
|
|
|
|
// endpoints.MapGet("/", async context =>
|
|
|
|