Skip to content

Commit ef1c299

Browse files
committed
updating startup
1 parent e685832 commit ef1c299

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/AspNetCoreFileUploadFileTable/Startup.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public void ConfigureServices(IServiceCollection services)
4040
services.AddScoped<ValidateMimeMultipartContentFilter>();
4141
}
4242

43-
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
4443
public void Configure(IApplicationBuilder app, IHostingEnvironment env)
4544
{
4645
if (env.IsDevelopment())

src/AspNetCoreFileUploadFileTable/wwwroot/css/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {
2-
padding-top: 50px;
2+
padding-top: 0;
33
padding-bottom: 20px;
44
}
55

0 commit comments

Comments
 (0)