From 50cbce7295edf953f9c3097495bb2ce8f258d357 Mon Sep 17 00:00:00 2001 From: ZMiguel Alves Date: Thu, 14 Feb 2019 20:40:19 +0000 Subject: [PATCH] Auto stash before rebase of "origin/zmiguel" --- api/Startup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Startup.cs b/api/Startup.cs index e2129417..cae87f6f 100644 --- a/api/Startup.cs +++ b/api/Startup.cs @@ -45,7 +45,7 @@ namespace api services.AddAutoMapper(); services.AddScoped(); - + //define a connection string indicada em appsettings.json services.AddDbContext(x=>x.UseMySql(Configuration.GetConnectionString("DefaultConnection")));