From 850db7f63635d3165167a52d2424ba8c44677b80 Mon Sep 17 00:00:00 2001 From: Max <39833217+maexled@users.noreply.github.com> Date: Tue, 16 Jan 2024 17:25:43 +0100 Subject: [PATCH] Update editor.swagger.io url query parameter for backend --- backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/README.md b/backend/README.md index 053dd5760f..393360ec55 100644 --- a/backend/README.md +++ b/backend/README.md @@ -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