Exercise Files
This commit is contained in:
14
Ch02/02_06_End/Website/Startup.cs
Normal file
14
Ch02/02_06_End/Website/Startup.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using Microsoft.Owin;
|
||||
using Owin;
|
||||
|
||||
[assembly: OwinStartupAttribute(typeof(HPlusSports.Startup))]
|
||||
namespace HPlusSports
|
||||
{
|
||||
public partial class Startup
|
||||
{
|
||||
public void Configuration(IAppBuilder app)
|
||||
{
|
||||
ConfigureAuth(app);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user