12 lines
No EOL
174 B
PHP
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'); |