1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Started pages API

This commit is contained in:
Dan Brown
2020-11-22 14:56:19 +00:00
parent ebeca256f0
commit 1c8102bb89
6 changed files with 180 additions and 17 deletions

View File

@ -5,7 +5,7 @@ use BookStack\Http\Controllers\Controller;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Http\JsonResponse;
class ApiController extends Controller
abstract class ApiController extends Controller
{
protected $rules = [];