We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e15860 commit c583c37Copy full SHA for c583c37
src/Examples/JsonApiDotNetCoreMongoDbExample/Startups/EmptyStartup.cs
@@ -10,12 +10,10 @@ namespace JsonApiDotNetCoreMongoDbExample.Startups
10
/// </summary>
11
public abstract class EmptyStartup
12
{
13
- // This method gets called by the runtime. Use this method to add services to the container.
14
public virtual void ConfigureServices(IServiceCollection services)
15
16
}
17
18
- // This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
19
public virtual void Configure(IApplicationBuilder app, IWebHostEnvironment environment)
20
21
0 commit comments