From 02081e65791893aa1075b0d2a12a1b731e40a5d6 Mon Sep 17 00:00:00 2001 From: Ankit Mahato Date: Mon, 27 May 2024 08:23:06 +0530 Subject: [PATCH] Update fast-api.md --- contrib/api-development/fast-api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/api-development/fast-api.md b/contrib/api-development/fast-api.md index 52966d6..b67c56e 100644 --- a/contrib/api-development/fast-api.md +++ b/contrib/api-development/fast-api.md @@ -281,9 +281,9 @@ The given method will update an existing student record and if student doesnt ex Swagger UI automatically generates UI for API tesing. Just write ``/docs`` with the URL and UI mode of Swagger UI will be launched. Following Screenshot shows the Swagger UI -![App Screenshot](/assets/image.png) +![App Screenshot](assets/image.png) Here is how I tested ``POST`` method in UI: -![Screenshot](/assets/image2.png) +![Screenshot](assets/image2.png) -That's all for FastAPI for now.... Happy Learning! \ No newline at end of file +That's all for FastAPI for now.... Happy Learning!