diff --git a/src/core/handlers/RemoteHandler.coffee b/src/core/handlers/RemoteHandler.coffee index c03092e..2424e9c 100644 --- a/src/core/handlers/RemoteHandler.coffee +++ b/src/core/handlers/RemoteHandler.coffee @@ -1,5 +1,5 @@ self.OS.API.HOST = self.location.hostname+ (if self.location.port then":#{self.location.port}" else "") -self.OS.API.REST = "#{self.location.protocol}//#{self.OS.API.HOST}/lua-api" +self.OS.API.REST = "#{self.location.protocol}//#{self.OS.API.HOST}/lua-api/os" _REST = self.OS.API.REST self.OS.API.handler =