From 9cb8c8c984f418839aa3976e57bee4865aab1e9a Mon Sep 17 00:00:00 2001 From: Roberto Arocha Date: Thu, 20 May 2021 19:10:46 +0200 Subject: [PATCH] Update Startup.cs --- apis/poi/web/Startup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/poi/web/Startup.cs b/apis/poi/web/Startup.cs index cb9aab5..1e29558 100755 --- a/apis/poi/web/Startup.cs +++ b/apis/poi/web/Startup.cs @@ -24,7 +24,7 @@ public Startup(IConfiguration configuration) { Configuration = configuration; } -HELLO +HELLOdddd public IConfiguration Configuration { get; } // This method gets called by the runtime. Use this method to add services to the container.