diff --git a/11-Redirects.md b/11-Redirects.md new file mode 100644 index 0000000..5c69a6c --- /dev/null +++ b/11-Redirects.md @@ -0,0 +1,3 @@ +You can redirect the current request by using the `redirect` method and passing in a new URL: + + Flight::redirect('/new/location'); \ No newline at end of file