|
@@ -35,7 +35,7 @@ Route::controller(Controller::detect());
|
|
|
|
|
|
Route::get('/json', function()
|
|
Route::get('/json', function()
|
|
{
|
|
{
|
|
- return Response::json(array('message' => 'Hello World!'));
|
|
|
|
|
|
+ return Response::json(array('message' => 'Hello, World!'));
|
|
});
|
|
});
|
|
|
|
|
|
Route::get('/db', function()
|
|
Route::get('/db', function()
|