Move comment into Startup.cs

This commit is contained in:
Troy Dai 2015-05-12 21:45:29 -07:00
parent f008483b03
commit d89f5d0f47
1 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ using Newtonsoft.Json.Linq;
namespace CookieSample namespace CookieSample
{ {
/* Note all servers must use the same address and port because these are pre-registered with the various providers. */
public class Startup public class Startup
{ {
public void ConfigureServices(IServiceCollection services) public void ConfigureServices(IServiceCollection services)
@ -242,4 +243,4 @@ namespace CookieSample
}); });
} }
} }
} }