File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3099,7 +3099,7 @@ When using the `redirect()` method, the response object provides these additiona
3099
3099
- ` isTemporary ` - if ` false ` , sets status to permanent. Defaults to ` true ` .
3100
3100
- ` permanent(isPermanent) ` - sets the status code to ` 301 ` or ` 308 ` (based on the ` rewritable() `
3101
3101
setting) where:
3102
- - ` isPermanent ` - if ` true ` , sets status to temporary. Defaults to ` false ` .
3102
+ - ` isPermanent ` - if ` false ` , sets status to temporary. Defaults to ` true ` .
3103
3103
- ` rewritable(isRewritable) ` - sets the status code to ` 301 ` /` 302 ` for rewritable (allows changing
3104
3104
the request method from 'POST' to 'GET') or ` 307 ` /` 308 ` for non-rewritable (does not allow
3105
3105
changing the request method from 'POST' to 'GET'). Exact code based on the ` temporary() ` or
You can’t perform that action at this time.
0 commit comments