Started core API route work

This commit is contained in:
Dan Brown
2019-12-28 14:58:07 +00:00
parent c055310507
commit 04137e7c98
8 changed files with 157 additions and 3 deletions

View File

@ -37,7 +37,6 @@ class Kernel extends HttpKernel
],
'api' => [
'throttle:60,1',
'bindings',
],
];