Updating instructions to serve Swagger documentation (#1502)

main
Gururaj Jeerge 6 years ago committed by GitHub
parent 1b93d6edfb
commit 7b31525a1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
### Fixed
-
- Updated Rest API document, Swagger document serving instruction issue (https://github.com/opencv/cvat/issues/1495)
### Security
-

@ -66,6 +66,8 @@ If you have any questions, please contact Onepanel directly at support@onepanel.
Automatically generated Swagger documentation for Django REST API is
available on ``<cvat_origin>/api/swagger`` (default: ``localhost:8080/api/swagger``).
Swagger documentation is visiable on allowed hostes, Update environement variable in docker-compose.yml file with cvat hosted machine IP or domain name. Example - ``ALLOWED_HOSTS: 'localhost, 127.0.0.1'``)
## LICENSE
Code released under the [MIT License](https://opensource.org/licenses/MIT).

Loading…
Cancel
Save