잉여장비목록 화면 추가(최효준s)
This commit is contained in:
19
OwinProject/Class1.cs
Normal file
19
OwinProject/Class1.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using Microsoft.Owin.Hosting;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OwinProject
|
||||
{
|
||||
public static class OwinServer
|
||||
{
|
||||
public static void Run()
|
||||
{
|
||||
// Start OWIN host
|
||||
WebApp.Start<OWIN.Startup>(url: "http://127.0.0.1:9000");
|
||||
Console.WriteLine("start webapp");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user