onecx-apps / onecx-chat

OneCx chat Management
Apache License 2.0
0 stars 0 forks source link

implement swaggerui endpoint #2

Closed michaelgloeckner closed 1 year ago

michaelgloeckner commented 1 year ago

the onecx-chat-svc should provide openapi interface to see rest endpoints and its request structure

lmitlaender commented 1 year ago

Swagger UI can be found under domain:port/docs in local development under http://127.0.0.1:8001/docs image

FastAPI furthermore implements ReDoc as a Swagger UI alternative, which can be found under /redoc image