Skip to content

Commit

Permalink
chore: rely on Tapir's default value for OpenAPI spec version (#1431)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Voiturier <benjamin.voiturier@iohk.io>
  • Loading branch information
bvoiturier authored Nov 4, 2024
1 parent 3de7eb3 commit 9574ab6
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 9574ab6

Please sign in to comment.