mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 02:44:44 +08:00
调整了一下项目框架与前端JS代码
This commit is contained in:
14
OpenAuth.Mvc/Startup.cs
Normal file
14
OpenAuth.Mvc/Startup.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Microsoft.Owin;
|
||||
using Owin;
|
||||
|
||||
[assembly: OwinStartupAttribute(typeof(OpenAuth.Mvc.Startup))]
|
||||
namespace OpenAuth.Mvc
|
||||
{
|
||||
public partial class Startup
|
||||
{
|
||||
public void Configuration(IAppBuilder app)
|
||||
{
|
||||
ConfigureAuth(app);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user