Skip to content

Commit

Permalink
clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jamcneil committed Jan 13, 2020
1 parent d499c79 commit 4b6b5bd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Tailspin.SpaceGame.Web/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ public void ConfigureServices(IServiceCollection services)
options.MinimumSameSitePolicy = SameSiteMode.None;
});

//services.AddMvc().SetCompatibilityVersion(CompatibilityVersion.Version_2_1);

// services.Configure<MvcOptions>(options =>
// {
// options.EnableEndpointRouting = false;
// });

// Add document stores. These are passed to the HomeController constructor.
services.AddSingleton<IDocumentDBRepository<Score>>(new LocalDocumentDBRepository<Score>(@"SampleData/scores.json"));
services.AddSingleton<IDocumentDBRepository<Profile>>(new LocalDocumentDBRepository<Profile>(@"SampleData/profiles.json"));
Expand Down

0 comments on commit 4b6b5bd

Please sign in to comment.