From e32a2e8dca0c5f888a14f121d7215d148f0c32af Mon Sep 17 00:00:00 2001 From: yostane's Worldline github account <86733850+wlybe@users.noreply.github.com> Date: Thu, 17 Nov 2022 15:18:05 +0100 Subject: [PATCH] Update 01-without_versioning.md Fix one http command --- docs/01-without_versioning.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/01-without_versioning.md b/docs/01-without_versioning.md index e87662f..b5c2d1e 100644 --- a/docs/01-without_versioning.md +++ b/docs/01-without_versioning.md @@ -47,8 +47,7 @@ http :8082/v3/api-docs For the numbers API: ```jshelllanguage -http: -8081 / v3 / api - docs +http :8081/v3/api-docs ``` You can also check the documentation by browsing these endpoints: @@ -199,4 +198,4 @@ In the [BookControllerIT](../rest-book/src/test/java/info/touret/bookstore/sprin } ``` -See what happens. \ No newline at end of file +See what happens.