mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
bunkernet - fix /ping api endpoint (again)
This commit is contained in:
parent
385cb327ee
commit
45dfa93696
1 changed files with 2 additions and 0 deletions
|
|
@ -324,6 +324,8 @@ function bunkernet:api()
|
|||
return self:ret(true, "missing instance ID", HTTP_INTERNAL_SERVER_ERROR)
|
||||
end
|
||||
self.bunkernet_id = id
|
||||
self.version = get_version(self.ctx)
|
||||
self.integration = get_integration(self.ctx)
|
||||
-- Send ping request
|
||||
local ok, err, status, _ = self:ping()
|
||||
if not ok then
|
||||
|
|
|
|||
Loading…
Reference in a new issue