From 84224a1120f3456ab6b225593b4a9ac73eef35de Mon Sep 17 00:00:00 2001 From: Denis Nutiu Date: Mon, 26 Jul 2021 22:24:45 +0300 Subject: [PATCH] Remove UI TODO from Startup. --- Retroactiune.WebAPI/Startup.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Retroactiune.WebAPI/Startup.cs b/Retroactiune.WebAPI/Startup.cs index ada12f8..dae5874 100644 --- a/Retroactiune.WebAPI/Startup.cs +++ b/Retroactiune.WebAPI/Startup.cs @@ -24,7 +24,6 @@ namespace Retroactiune [ExcludeFromCodeCoverage] public class Startup { - // TODO: UI? public Startup(IConfiguration configuration) { Configuration = configuration;