mirror of
https://github.com/containers/podman.git
synced 2025-07-04 01:48:28 +08:00
Swap out javascript engine
* Replace redoc with swagger javascript engine. redoc was causing an error Signed-off-by: Jhon Honce <jhonce@redhat.com> Reported-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@ -4,7 +4,7 @@ validate: ${SWAGGER_OUT}
|
|||||||
swagger validate ${SWAGGER_OUT}
|
swagger validate ${SWAGGER_OUT}
|
||||||
|
|
||||||
serve: ${SWAGGER_OUT}
|
serve: ${SWAGGER_OUT}
|
||||||
swagger serve -F redoc -p=8080 swagger.yaml
|
swagger serve -F swagger -p=8080 swagger.yaml
|
||||||
|
|
||||||
.PHONY: ${SWAGGER_OUT}
|
.PHONY: ${SWAGGER_OUT}
|
||||||
${SWAGGER_OUT}:
|
${SWAGGER_OUT}:
|
||||||
|
Reference in New Issue
Block a user