summaryrefslogtreecommitdiff
path: root/pkg/api/server/register_swagger.go
Commit message (Collapse)AuthorAge
* serve swagger when presentBrent Baude2020-03-18
| | | | | | register the swagger endpoint and add some error handling for when the swagger file does not exist Signed-off-by: Brent Baude <bbaude@redhat.com>
* Add /swagger/ endpoint to serve swagger yaml to clientsJhon Honce2020-02-04
The provided yaml file will describe the current Podman REST API. Signed-off-by: Jhon Honce <jhonce@redhat.com>