mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-02-22 01:42:47 +01:00
fix handler
This commit is contained in:
parent
046182a99f
commit
37c10daaad
@ -1,4 +1,4 @@
|
||||
self.OS.API.HOST = "os.localhost:9195"
|
||||
self.OS.API.HOST = self.location.hostname+ (if self.location.port then":#{self.location.port}" else "")
|
||||
self.OS.API.REST = "http://#{self.OS.API.HOST}/lua-api"
|
||||
|
||||
_REST = self.OS.API.REST
|
||||
|
Loading…
x
Reference in New Issue
Block a user