gestaogovbr / api-pgd

API integradora dos sistemas do Programa de Gestão.
https://www.gov.br/servidor/pt-br/assuntos/programa-de-gestao
GNU Affero General Public License v3.0
11 stars 5 forks source link

Implements redirection based on http conneg #63

Closed augusto-herrmann closed 1 year ago

augusto-herrmann commented 1 year ago

Access to the root (.) will redirect to a different url depending on content negotiation. Browsers requesting html will be redirected to /docs, scripts requesting json will be redirected to /openapi.json.

Fixes #61