Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Add temporary alternative url for private debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
JustPlayerDE committed Mar 19, 2020
1 parent b2b2d83 commit 193534d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function SCAN.scan()
-- TODO
end

http.Fetch("https://raw.githubusercontent.com/JustPlayerDE/exploitscan/master/string.json", function(body)
http.Fetch(SCAN_URL || "https://raw.githubusercontent.com/JustPlayerDE/exploitscan/master/string.json", function(body)
local data = util.JSONToTable(body)
PrintTable(data)
SCAN.scan()
Expand Down

0 comments on commit 193534d

Please sign in to comment.