mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
fixes
This commit is contained in:
parent
8157bd0936
commit
370cd11d71
@ -138,7 +138,7 @@ $app->router->group(
|
||||
[
|
||||
'prefix' => 'v2',
|
||||
'namespace' => 'App\Http\Controllers\V2',
|
||||
'middleware' => ['redis-cache', 'throttle']
|
||||
'middleware' => ['throttle']
|
||||
],
|
||||
function ($router) {
|
||||
require __DIR__.'/../routes/web.v2.php';
|
||||
@ -149,7 +149,7 @@ $app->router->group(
|
||||
[
|
||||
'prefix' => '/',
|
||||
'namespace' => 'App\Http\Controllers\V2',
|
||||
'middleware' => ['redis-cache', 'throttle']
|
||||
'middleware' => ['throttle']
|
||||
],
|
||||
function ($router) {
|
||||
require __DIR__.'/../routes/web.v2.php';
|
||||
|
8
composer.lock
generated
8
composer.lock
generated
@ -1694,12 +1694,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jikan-me/jikan.git",
|
||||
"reference": "d43c335d9e7c3655ab6f5718972498c71678562a"
|
||||
"reference": "090d7977564302a5aecc9039abb8b850c95516cf"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/jikan-me/jikan/zipball/d43c335d9e7c3655ab6f5718972498c71678562a",
|
||||
"reference": "d43c335d9e7c3655ab6f5718972498c71678562a",
|
||||
"url": "https://api.github.com/repos/jikan-me/jikan/zipball/090d7977564302a5aecc9039abb8b850c95516cf",
|
||||
"reference": "090d7977564302a5aecc9039abb8b850c95516cf",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1735,7 +1735,7 @@
|
||||
}
|
||||
],
|
||||
"description": "Jikan is an unofficial MyAnimeList API",
|
||||
"time": "2018-08-17T09:28:37+00:00"
|
||||
"time": "2018-08-17T15:57:05+00:00"
|
||||
},
|
||||
{
|
||||
"name": "jms/metadata",
|
||||
|
@ -1,2 +1,5 @@
|
||||
Jikan\Model\Common\AnimeCard:
|
||||
exclusion_policy: NONE
|
||||
exclusion_policy: NONE
|
||||
properties:
|
||||
score:
|
||||
expose: true
|
@ -1,2 +1,2 @@
|
||||
Jikan\Model\Shedule\Schedule:
|
||||
Jikan\Model\Schedule\Schedule:
|
||||
exclusion_policy: NONE
|
Loading…
x
Reference in New Issue
Block a user