mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Started core API route work
This commit is contained in:
12
routes/api.php
Normal file
12
routes/api.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Routes for the BookStack API.
|
||||
*
|
||||
* Routes have a uri prefix of /api/.
|
||||
*/
|
||||
|
||||
|
||||
// TODO - Authenticate middleware
|
||||
|
||||
Route::get('books', 'BooksApiController@index');
|
Reference in New Issue
Block a user