aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Startup.cs
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-10-19 21:37:15 +0800
committer杨宇千 <crupest@outlook.com>2019-10-19 21:37:15 +0800
commit7bcf891d9d68ac0f12570b94938347ab8eec3247 (patch)
treee6168234660307247111ee369a0b2123823614eb /Timeline/Startup.cs
parenta268999b8c975588c01b345829edfc0099af6f93 (diff)
downloadtimeline-7bcf891d9d68ac0f12570b94938347ab8eec3247.tar.gz
timeline-7bcf891d9d68ac0f12570b94938347ab8eec3247.tar.bz2
timeline-7bcf891d9d68ac0f12570b94938347ab8eec3247.zip
...
Diffstat (limited to 'Timeline/Startup.cs')
-rw-r--r--Timeline/Startup.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Timeline/Startup.cs b/Timeline/Startup.cs
index fc570fdd..ddbe0840 100644
--- a/Timeline/Startup.cs
+++ b/Timeline/Startup.cs
@@ -13,6 +13,7 @@ using Timeline.Services;
namespace Timeline
{
+ [System.Diagnostics.CodeAnalysis.SuppressMessage("Performance", "CA1822:Mark members as static")]
public class Startup
{
public Startup(IConfiguration configuration, IWebHostEnvironment environment)
@@ -69,6 +70,7 @@ namespace Timeline
services.AddMemoryCache();
}
+
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
public void Configure(IApplicationBuilder app)
{