0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-16 09:41:05 +00:00
BookStackApp_BookStack/routes/api.php
2019-12-28 14:58:07 +00:00

12 lines
No EOL
174 B
PHP

<?php
/**
* Routes for the BookStack API.
*
* Routes have a uri prefix of /api/.
*/
// TODO - Authenticate middleware
Route::get('books', 'BooksApiController@index');