This commit is contained in:
irfan-dahir 2018-04-23 17:57:13 +05:00
parent 6d604d82f5
commit e2c8c8acae

View File

@ -25,7 +25,6 @@ $router->get('/', function () use ($router) {
'GitHub' => 'https://github.com/jikan-me/jikan',
'PRODUCTION_API_URL' => 'https://api.jikan.moe/',
'RATE_LIMIT' => RATE_LIMIT,
'CACHED_REQUESTS' => app('redis')->dbSize(),
]);
});