Skip to content

Commit

Permalink
Forgot domain change
Browse files Browse the repository at this point in the history
  • Loading branch information
actuallykane committed May 9, 2019
1 parent 18d1481 commit 4ca931c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- GNU AFFERO GENERAL PUBLIC LICENSE --
-- Version 3, 19 November 2007 --

_VERSION = '6.2.0'
_VERSION = '6.2.1'
_FirstCheckPerformed = false
_UUID = LoadResourceFile(GetCurrentResourceName(), "uuid") or "unknown"

Expand Down
2 changes: 1 addition & 1 deletion server/metrics.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-- Version 3, 19 November 2007 --

-- Metric API
local MetricsAPIRequest = "http://127.0.0.1:8001/em/metrics?uuid=" .. _UUID
local MetricsAPIRequest = "https://api.kanersps.pw/em/metrics?uuid=" .. _UUID

function postMetrics()
PerformHttpRequest(MetricsAPIRequest, function(err, rText, headers) end, "POST", "", {
Expand Down

0 comments on commit 4ca931c

Please sign in to comment.