Skip to content

Commit 242d1ba

Browse files
author
Ismail Gjevori
committed
Fix the path
1 parent d17bc0b commit 242d1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ app.listen("localhost:8080").await?;
6868

6969
#### Nesting
7070

71-
Nest the inner serve inside the outer service, exposing `GET /nori/cat`.
71+
Nest the inner serve inside the outer service, exposing `GET /cat/nori`.
7272

7373
```rust
7474
let mut inner = tide::new();

0 commit comments

Comments
 (0)