rcpch / rcpch-census-platform

A Django-rest-framework project to return deprivation scores across the UK against a postcode or lsoa code
MIT License
0 stars 1 forks source link

openapi.json should ideally be visible at '/' endpoint #5

Closed pacharanero closed 1 year ago

pacharanero commented 1 year ago

the '/' endpoint shows some routing information for the class-based DRF resources, so we have mounted the schema JSON view at /schema/ and the swagger-ui is still at /swagger-ui/ although this will become obsolete once the API is fully behind the APIM since a HTML page will not be allowed to pass through the APIM.