Fork me on GitHub
#reitit
<
2019-05-18
>
deva04:05:38

@ikitommi How to enable authorization input field in swagger something like this ex: from compojure :securityDefinitions {:api_key {:type "apiKey" :name "Authorization" :in "header"}}

deva05:05:57

nvm, the same thing works, I was doing that in a wrong place.