Skip to content
Snippets Groups Projects
Commit 8ed3c3ce authored by David Trattnig's avatar David Trattnig
Browse files

Update docs.

parent f7f017b6
No related branches found
No related tags found
No related merge requests found
...@@ -22,13 +22,13 @@ python -m src ...@@ -22,13 +22,13 @@ python -m src
this runs the API in an local development server. You can access the interactive documentation here: this runs the API in an local development server. You can access the interactive documentation here:
``` ```
http://localhost:8008/AURA-Engine/engine-api/1.0.0/ui/ http://localhost:8008/api/v1/ui/
``` ```
The OpenAPI 3 specification lives here: Your OpenAPI definition lives here:
``` ```
http://localhost:8008/AURA-Engine/engine-api/1.0.0/swagger.json http://localhost:8008/api/v1/openapi.json
``` ```
## Testing ## Testing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment