From 9864688aae38a13b970dde48ed8fc13758112e3e Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Tue, 27 Sep 2022 09:50:21 -0500 Subject: [PATCH] Feat(api): Correct Log URL Switch to correct API URL for the Log call Issue/Task ID: 1 --- vault.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault.php b/vault.php index 99d2860..d318cd1 100644 --- a/vault.php +++ b/vault.php @@ -7,7 +7,7 @@ echo '
';
 print_r($objMoney);
 echo '
'; -$jsonLog = file_get_contents('https://api.torn.com/user/?selections=money&key=LDtibInYMdgVnM9n'); +$jsonLog = file_get_contents('https://api.torn.com/user/?selections=log&key=LDtibInYMdgVnM9n'); $objLog = json_decode($jsonLog); echo '

User API - Log

';