Skip to content

Commit

Permalink
Merge pull request #395 from isgj/fix-path
Browse files Browse the repository at this point in the history
Fix the path on CHANGELOG
  • Loading branch information
yoshuawuyts authored Jan 31, 2020
2 parents d17bc0b + 242d1ba commit b429110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ app.listen("localhost:8080").await?;

#### Nesting

Nest the inner serve inside the outer service, exposing `GET /nori/cat`.
Nest the inner serve inside the outer service, exposing `GET /cat/nori`.

```rust
let mut inner = tide::new();
Expand Down

0 comments on commit b429110

Please sign in to comment.