From e61d092888d88c2705cbb42e76420948d550fb65 Mon Sep 17 00:00:00 2001 From: neodarz Date: Thu, 1 Aug 2019 18:33:19 +0200 Subject: Initial commit --- swagger-ui/swagger-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 swagger-ui/swagger-config.yaml (limited to 'swagger-ui/swagger-config.yaml') diff --git a/swagger-ui/swagger-config.yaml b/swagger-ui/swagger-config.yaml new file mode 100644 index 0000000..27ef220 --- /dev/null +++ b/swagger-ui/swagger-config.yaml @@ -0,0 +1,4 @@ +--- +url: "/swagger.json" +dom_id: "#swagger-ui" +validatorUrl: "https://online.swagger.io/validator" -- cgit v1.2.1