user478378

Results 1 issues of user478378

A request to `/base/books` would not be successfully handled by the following setup ``` Flight::set('flight.base_url', '/base'); Flight::route('/books', function() {}); ```