From 3e23759e696770add2fdef7cbc4e35596b1f4213 Mon Sep 17 00:00:00 2001 From: Shimon Newman Date: Fri, 9 Sep 2022 16:02:21 +0300 Subject: [PATCH] Update docs/tutorials/add-route.md Co-authored-by: Vincent (Wen Yu) Ge --- docs/tutorials/add-route.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/add-route.md b/docs/tutorials/add-route.md index d0840649bc..aa33e7bd5e 100644 --- a/docs/tutorials/add-route.md +++ b/docs/tutorials/add-route.md @@ -3,7 +3,7 @@ This document is part of the Appwrite contributors' guide. Before you continue reading this document make sure you have read the [Code of Conduct](https://github.com/appwrite/appwrite/blob/master/CODE_OF_CONDUCT.md) and the [Contributing Guide](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md). ### 1. Alias -Setting an alias is used to permit access the route from an alias url as well, +Setting an alias allows the route to be also accessible from the alias URL. second parameter is used to push default values to the route. ```php App::post('/v1/storage/buckets/:bucketId/files')