Skip to content

Commit 02081e6

Browse files
authored
Update fast-api.md
1 parent 8c562fc commit 02081e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/api-development/fast-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ The given method will update an existing student record and if student doesnt ex
281281
Swagger UI automatically generates UI for API tesing. Just write ``/docs`` with the URL and UI mode of Swagger UI will be launched.
282282

283283
Following Screenshot shows the Swagger UI
284-
![App Screenshot](/assets/image.png)
284+
![App Screenshot](assets/image.png)
285285

286286
Here is how I tested ``POST`` method in UI:
287-
![Screenshot](/assets/image2.png)
287+
![Screenshot](assets/image2.png)
288288

289-
That's all for FastAPI for now.... Happy Learning!
289+
That's all for FastAPI for now.... Happy Learning!

0 commit comments

Comments
 (0)