Skip to content

Commit 6c85f46

Browse files
Fennygitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 35b05f4 commit 6c85f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ app.Method(path string, ...func(*fiber.Ctx))
6161

6262
* `app` is an instance of **Fiber**.
6363
* `Method` is an [HTTP request method](https://fiber.wiki/application#methods), in capitalization: `Get`, `Put`, `Post`, etc.
64-
* `path` is a path on the server.
64+
* `path` is a virtual path on the server.
6565
* `func(*fiber.Ctx)` is a callback function containing the [Context](https://fiber.wiki/context) executed when the route is matched.
6666

6767
**Simple route**

0 commit comments

Comments
 (0)