mirror of
https://github.com/metosin/reitit.git
synced 2026-02-24 02:32:22 +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"
|
||||
{:get {:no-doc true
|
||||
:openapi {:info {:title "my-api"
|
||||
:description "openap-docs with reitit-http"
|
||||
:description "openapi3-docs with reitit-http"
|
||||
:version "0.0.1"}
|
||||
;; used in /secure APIs below
|
||||
:components {:securitySchemes {"auth" {:type :apiKey
|
||||
|
|
|
|||
Loading…
Reference in a new issue