From 2de9395134547467226d8ff7e1083c7e7af25a4f Mon Sep 17 00:00:00 2001 From: Alex Novikov Date: Mon, 12 Mar 2018 16:29:20 -0300 Subject: [PATCH] Update Preparing-the-API-for-consumption.md fixed broken links because of mistyping: - the links http://localhost:3000/swagger.json - and http://localhost:3000/swagger.yaml which didn't work was replaced with - the links http://localhost:3000/openapi.json - and http://localhost:3000/openapi.yaml which work. --- pages/en/lb4/Preparing-the-API-for-consumption.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/en/lb4/Preparing-the-API-for-consumption.md b/pages/en/lb4/Preparing-the-API-for-consumption.md index d8c842f01..f9ef9b32c 100644 --- a/pages/en/lb4/Preparing-the-API-for-consumption.md +++ b/pages/en/lb4/Preparing-the-API-for-consumption.md @@ -30,8 +30,8 @@ $ npm start Open [http://localhost:3000/swagger-ui](http://localhost:3000/swagger-ui) to see the API endpoints defined by `swagger.json`. {% include note.html content=" - Swagger UI provides users with interactive environment to test the API endpoints defined by the raw spec found at [http://localhost:3000/swagger.json](http://localhost:3000/swagger.json). - The API spec is also available in YAML flavour at [http://localhost:3000/swagger.yaml](http://localhost:3000/swagger.yaml) + Swagger UI provides users with interactive environment to test the API endpoints defined by the raw spec found at [http://localhost:3000/openapi.json](http://localhost:3000/openapi.json). + The API spec is also available in YAML flavour at [http://localhost:3000/openapi.yaml](http://localhost:3000/openapi.yaml) " %} {% include image.html file="lb4/10000000.png" alt="" %}