fix handler

This commit is contained in:
Xuan Sang LE 2018-02-04 19:47:16 +01:00
parent 982793ea0c
commit 046182a99f

View File

@ -1,4 +1,4 @@
self.OS.API.HOST = "127.0.0.1:9195"
self.OS.API.HOST = "os.localhost:9195"
self.OS.API.REST = "http://#{self.OS.API.HOST}/lua-api"
_REST = self.OS.API.REST