..
This commit is contained in:
@@ -5,7 +5,6 @@ using System.Linq;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
using AR;
|
||||
using Microsoft.Owin.Hosting;
|
||||
|
||||
namespace Project
|
||||
{
|
||||
@@ -106,13 +105,6 @@ namespace Project
|
||||
|
||||
//조명 ON
|
||||
DIO.SetRoomLight(true);
|
||||
|
||||
|
||||
// Start OWIN host
|
||||
var baseAddress = "http://*:9001";
|
||||
WebApp.Start<OWIN.Startup>(url: baseAddress);
|
||||
PUB.log.AddI($"Hosting service ON: {baseAddress}");
|
||||
|
||||
}
|
||||
|
||||
public StepResult _STEP_INIT(eSMStep step, TimeSpan stepTime, TimeSpan seqTime)
|
||||
|
||||
Reference in New Issue
Block a user