We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1957aab commit 3a9c4cfCopy full SHA for 3a9c4cf
1 file changed
src/compojure/api/swagger.clj
@@ -94,7 +94,8 @@
94
:spec \"/swagger.json\"
95
:options {:ui {:jsonEditor true}
96
:spec {}}
97
- :data {:info {:version \"1.0.0\"
+ :data {:basePath \"/app\"
98
+ :info {:version \"1.0.0\"
99
:title \"Sausages\"
100
:description \"Sausage description\"
101
:termsOfService \"http://helloreverb.com/terms/\"
0 commit comments