Skip to content

Commit

Permalink
Add screenshot for api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Aug 16, 2024
1 parent a69a01d commit 5146ff4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added docs/images/screenshots/api-docs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This will start the promptmage server and run the application at the given path.

PromptMage automatically creates an API for your application using FastAPI. You can access the API at `http://localhost:8000/api/` and the Swagger documentation at `http://localhost:8000/docs/`.

![Swagger UI](images/screenshots/swagger.png)
![Swagger UI](images/screenshots/api-docs.png)

You can use the API to interact with your application programmatically or integrate it into other services.

Expand Down

0 comments on commit 5146ff4

Please sign in to comment.