Change ping URL

This commit is contained in:
Brandon Sturgeon 2020-12-02 18:46:06 -08:00
parent 4f22aa3793
commit 96058b30d7
No known key found for this signature in database
GPG Key ID: 93451558FC64495C

View File

@ -3,7 +3,7 @@ crashApi = {}
-- local references
local http, concommand = http, concommand
local cfc_endpoint = "https://scripting.cfcservers.org/cfc3-ping"
local cfc_endpoint = "https://nanny.cfcservers.org/cfc3-ping"
local global_endpoint = "https://www.google.com"
local api = crashApi