Skip to content

Commit

Permalink
Update editor.swagger.io url query parameter for backend
Browse files Browse the repository at this point in the history
  • Loading branch information
maexled committed Jan 16, 2024
1 parent f1e6ed9 commit 850db7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/README.md
Expand Up @@ -60,7 +60,7 @@ default api docs at `localhost:8080/docs`. If you need to update the exported
openapi.json in the docs/ folder you can run below command to `wget` them from
the relevant local fastapi endpoint. This will enable anyone to just see API
docs via something like
[Swagger.io](https://editor.swagger.io/?url=https://raw.githubusercontent.com/LAION-AI/Open-Assistant/main/docs/docs/api/openapi.json)
[Swagger.io](https://editor.swagger.io/?url=https://raw.githubusercontent.com/LAION-AI/Open-Assistant/main/docs/docs/api/backend-openapi.json)
without having to actually set up and run a development backend.

```bash
Expand Down

0 comments on commit 850db7f

Please sign in to comment.