From 57bb21eca91a80a3f0d58fb6aa85fb9ee7e8aec9 Mon Sep 17 00:00:00 2001 From: Boris Doubrov Date: Fri, 29 Sep 2023 12:21:58 +0300 Subject: [PATCH] Added link to Swagger --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 969be9c5..0d0aeec8 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,9 @@ There's an "official" docker image that can be grabbed by `docker pull verapdf/r ### Project structure Currently it's delivered as a single Maven module, veraPDF-rest. +### Swagger documentation +Swagger documentation is available at [localhost:8080/swagger](http://localhost:8080/swagger). + ### Want to try? First clone this project, go to the project directory and then build the Maven project: