diff options
author | neodarz <neodarz@neodarz.net> | 2019-08-01 18:33:19 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-08-01 18:49:44 +0200 |
commit | e61d092888d88c2705cbb42e76420948d550fb65 (patch) | |
tree | 67154a5c51c36f26375364a66d42b93d4da57720 /swagger-ui/swagger-config.yaml | |
download | umosapicpp-e61d092888d88c2705cbb42e76420948d550fb65.tar.xz umosapicpp-e61d092888d88c2705cbb42e76420948d550fb65.zip |
Initial commit
Diffstat (limited to 'swagger-ui/swagger-config.yaml')
-rw-r--r-- | swagger-ui/swagger-config.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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" |