ai4os / DEEPaaS

A REST API to serve machine learning and deep learning models
https://deepaas.readthedocs.io
Apache License 2.0
34 stars 14 forks source link

Change Swagger URL path from /ui to /docs or /api #131

Closed vykozlov closed 3 months ago

vykozlov commented 6 months ago

Description

A few users got confused by the "/ui" URL path for the Swagger interface, and understanding it as a full-features GUI. Since Swagger is still the API, not GUI, we better update the URL to something more conventional like "/docs" or "/api" (latter would be my preferred :-) )