Skip to content

Commit 1de564f

Browse files
committed
Improve root route response with API guidance
1 parent 0c22b99 commit 1de564f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
Route::get('/', function () {
19-
return 'This is your Bar Assistant instance. Checkout /docs to see documentation.';
19+
return 'This is your Bar Assistant instance. Checkout /docs to see documentation.<br>If you are trying to make a request to the API, make sure you are using the correct endpoint (e.g., /api/cocktails).<br>Also make sure you are using all the required headers: Accept, Authorization.';
2020
});
2121

2222
Route::get('/docs', function () {

0 commit comments

Comments
 (0)