Skip to content

Commit 0ea1698

Browse files
committed
fix: update response message in posts update route
1 parent 31b5a54 commit 0ea1698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Mcp/Tools/ListRoutesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
})->name('api.posts.index');
2929

3030
Route::put('/api/v1/posts/{id}', function ($id) {
31-
return "update post $id";
31+
return 'update post';
3232
})->name('api.posts.update');
3333
});
3434

0 commit comments

Comments
 (0)