add v3 notice

This commit is contained in:
irfan-dahir 2018-09-06 09:09:01 +05:00
parent 96675e4dd3
commit d7bc47d3c6

View File

@ -12,7 +12,8 @@ $router->get('/', function () use ($router) {
'Docs' => 'https://jikan.docs.apiary.io',
'GitHub' => 'https://github.com/jikan-me/jikan',
'PRODUCTION_API_URL' => 'https://api.jikan.moe/v2/',
'STATUS_URL' => 'https://status.jikan.moe'
'STATUS_URL' => 'https://status.jikan.moe',
'NOTICE' => 'THIS ENDPOINT POINTS TO v2. TO USE THE LATEST VERSION, APPEND v3 TO THE URL.'
]);
});