Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
tweak: export performApiRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanctech committed Aug 7, 2021
1 parent d4fb047 commit a4cb9c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions sonorancad/core/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ function performApiRequest(postData, type, cb)

end

exports("performApiRequest", performApiRequest)

-- Metrics
CreateThread(function()
registerApiType("HEARTBEAT", "general")
Expand Down
2 changes: 1 addition & 1 deletion sonorancad/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"resource" : "2.6.6",
"resource" : "2.7.0",
"testedFxServerVersion": "4298"
}

0 comments on commit a4cb9c7

Please sign in to comment.