Letak List Response HTTP Pada Laravel
1 minute read
Letak List response http pada laravel
lihat daftar respone pada file vendor/symfony/http-foundation/Response.php
public function destroy(Question $question)
{
$question->delete();
// return response('Deleted', 201);
// lihat daftar respone pada file vendor/symfony/http-foundation/Response.php
return response(null, Response::HTTP_NO_CONTENT);
}
I feedback.
Let me know what you think of this article in the comment section below!
Let me know what you think of this article in the comment section below!
comments powered by Disqus