From 242d1ba6e12e4c727176a8a10bb50fce5e61bbe4 Mon Sep 17 00:00:00 2001 From: Ismail Gjevori Date: Fri, 31 Jan 2020 11:28:27 +0100 Subject: [PATCH] Fix the path --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96f9d1c53..565574140 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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();