Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3bd6344

Browse files
Update Response.md
1 parent 3a8902e commit 3bd6344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ $app->get('/', function($req, $res) {
125125
});
126126

127127
$app->get('/', function($req, $res) {
128-
$res->redirect('http://example.com', 305);
128+
$res->redirect('http://example.com', 302);
129129
});
130130
```

0 commit comments

Comments
 (0)