diff options
| author | Horus | 2021-01-15 14:18:38 +0100 |
|---|---|---|
| committer | Horus | 2021-01-15 14:18:38 +0100 |
| commit | fb6c093495e346b9985c75f32878e12e54d946b3 (patch) | |
| tree | ac9ee6092bc14992801ec812b4ab692a52c63748 /public/resolve.php | |
| parent | ad6c3e31f61cfbd8273ca0ebecca821e836625aa (diff) | |
| download | untrack-fb6c093495e346b9985c75f32878e12e54d946b3.tar.gz | |
Diffstat (limited to 'public/resolve.php')
| -rw-r--r-- | public/resolve.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/resolve.php b/public/resolve.php index b103009..95b985c 100644 --- a/public/resolve.php +++ b/public/resolve.php @@ -1,5 +1,6 @@ <?php -# TODO rate limiting +# rate limiting happens in nginx + require_once __DIR__ . '/../vendor/autoload.php'; use GuzzleHttp\Client; |
