From 75e8e51464eb224cee8bf1f1ccdaf08407cdf7d2 Mon Sep 17 00:00:00 2001 From: Valerio Ageno <51341197+Valerioageno@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:34:41 +0200 Subject: [PATCH] Update tutorial.md --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 3b195b8e..adf7ee50 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -90,8 +90,8 @@ All the `index.tsx` files represent the folder root page (i.e. `src/routes/posts The file `index.rs` represents the server side capabilities for the index route. On this file you can: - Passing server side props +- Changing http status code - Redirect/Rewrite to a different route (Available soon) -- Changing http status code (Available soon) ## Tutorial introduction