Move comment into Startup.cs
This commit is contained in:
parent
f008483b03
commit
d89f5d0f47
|
|
@ -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
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue