From 9d7aa322ce51d6ea08304c094c53060b38893456 Mon Sep 17 00:00:00 2001 From: vikin <986465329@qq.com> Date: Sat, 17 Sep 2016 15:23:43 +0800 Subject: [PATCH] update call view command correction drop.view("user.html") --- guide/folder-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/folder-structure.md b/guide/folder-structure.md index 319893e7..434792ca 100644 --- a/guide/folder-structure.md +++ b/guide/folder-structure.md @@ -63,7 +63,7 @@ The `Views` folder in `Resources` is where Vapor will look when you render views The following code would load the `user.html` file. ```swift -drop.view("user.html") +drop.view.make("user.html") ``` ## Config