Update tutorial.md

This commit is contained in:
Valerio Ageno
2024-06-17 13:34:41 +02:00
committed by GitHub
parent 75ee140525
commit 75e8e51464
+1 -1
View File
@@ -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