Skip to content

Commit

Permalink
Match status message to code
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 14, 2023
1 parent 185e9ef commit b065cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realtime-compiler/src/Http/LiveEditController.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected function redirectToPage(Route $route): HtmlResponse
$redirectPage = new Redirect($this->request->path, "../$route");
Hyde::shareViewData($redirectPage);

return (new HtmlResponse(303, 'Redirect', [
return (new HtmlResponse(303, 'See Other', [
'body' => $redirectPage->compile(),
]))->withHeaders([
'Location' => $route,
Expand Down

0 comments on commit b065cb6

Please sign in to comment.