添加项目文件。
This commit is contained in:
14
Epost.TestToolsWeb/Startup.cs
Normal file
14
Epost.TestToolsWeb/Startup.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using Microsoft.Owin;
|
||||
using Owin;
|
||||
|
||||
[assembly: OwinStartupAttribute(typeof(Epost.TestToolsWeb.Startup))]
|
||||
namespace Epost.TestToolsWeb
|
||||
{
|
||||
public partial class Startup
|
||||
{
|
||||
public void Configuration(IAppBuilder app)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user