Skip to content

Commit c583c37

Browse files
author
Bart Koelman
committed
Revert comments on EmptyStartup
1 parent 9e15860 commit c583c37

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Examples/JsonApiDotNetCoreMongoDbExample/Startups/EmptyStartup.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ namespace JsonApiDotNetCoreMongoDbExample.Startups
1010
/// </summary>
1111
public abstract class EmptyStartup
1212
{
13-
// This method gets called by the runtime. Use this method to add services to the container.
1413
public virtual void ConfigureServices(IServiceCollection services)
1514
{
1615
}
1716

18-
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
1917
public virtual void Configure(IApplicationBuilder app, IWebHostEnvironment environment)
2018
{
2119
}

0 commit comments

Comments
 (0)