Module:PriceServer: Difference between revisions
no edit summary
FloofyPlasma (talk | contribs) No edit summary |
FloofyPlasma (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
local function fetchPrices() | local function fetchPrices() | ||
local apiUrl = "http://priceserver.theblockheads.net/get_prices.php" | local apiUrl = "http://priceserver.theblockheads.net/get_prices.php" | ||
local response, code = http.get(apiUrl) | local response, code = http.get(apiUrl) |