Skip to content

Commit

Permalink
chore: rely on Tapir's default value for openapi version
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Voiturier <benjamin.voiturier@iohk.io>
  • Loading branch information
bvoiturier committed Nov 4, 2024
1 parent 3de7eb3 commit e8abdc8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ object DocModels {

val customiseDocsModel: OpenAPI => OpenAPI = { oapi =>
oapi
.openapi("3.0.3")
.info(
Info(
title = "Identus Cloud Agent API Reference",
Expand Down

0 comments on commit e8abdc8

Please sign in to comment.