mirror of
https://github.com/metosin/reitit.git
synced 2026-02-10 21:35:17 +00:00
fix: typo on examples/http-swagger
This commit is contained in:
parent
66e7c9e1c8
commit
5107658c25
1 changed files with 4 additions and 4 deletions
|
|
@ -53,7 +53,7 @@
|
||||||
["/openapi.json"
|
["/openapi.json"
|
||||||
{:get {:no-doc true
|
{:get {:no-doc true
|
||||||
:openapi {:info {:title "my-api"
|
:openapi {:info {:title "my-api"
|
||||||
:description "openap-docs with reitit-http"
|
:description "openapi3-docs with reitit-http"
|
||||||
:version "0.0.1"}
|
:version "0.0.1"}
|
||||||
;; used in /secure APIs below
|
;; used in /secure APIs below
|
||||||
:components {:securitySchemes {"auth" {:type :apiKey
|
:components {:securitySchemes {"auth" {:type :apiKey
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue