Skip to content

Commit bcb69ca

Browse files
author
Milad Rahimi
authored
Update README.md
1 parent 6f8f435 commit bcb69ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ $router->post('/posts', function (ServerRequest $request) {
291291
$post->content = $request->getQueryParams()['content'];
292292
$post->save();
293293

294-
return new EmptyResponse(204);
294+
return new EmptyResponse();
295295
});
296296

297297
$router->dispatch();

0 commit comments

Comments
 (0)