From ab0795ca5020612f825ff3aaf8c1cae03cde028f Mon Sep 17 00:00:00 2001 From: Donny Bertucci Date: Tue, 27 Feb 2024 15:39:10 -0800 Subject: [PATCH] Update backend.md --- docs/backend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backend.md b/docs/backend.md index b34a83e0..d06a06bd 100644 --- a/docs/backend.md +++ b/docs/backend.md @@ -10,7 +10,7 @@ See examples in that folder for how we set up get, post, and other types of HTTP For a way to visualize what endpoints you have, navigate to http://localhost:8000/docs to see auto generated swagger docs about what each endpoint does and what input they expect. -![Screenshot 2024-02-27 at 3 36 47 PM](https://github.com/xnought/venome/assets/65095341/f74dcb11-bffd-4d3c-a2e5-5c020470dbff) +![Venome Docs Backend](https://github.com/xnought/venome/assets/65095341/05f198fb-5dc6-4220-bf06-58f601057021) ## Adding packages to the python server