Swagger implementation to document Rest APIs

This commit is contained in:
Miguel Ortiz
2019-09-23 20:12:03 -05:00
parent a0365437c5
commit da040d7b02
4 changed files with 33 additions and 0 deletions

3
swagger-ui/Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM swaggerapi/swagger-ui:latest
LABEL maintainer="Miguel Ortiz <miguelortiz1994@outlook.com>"