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.