Skip to content

Commit

Permalink
OY-4964 Fix ovara swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
msiukola committed Nov 29, 2024
1 parent 7a70484 commit 4e6f9cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class OvaraResource(ovaraService: OvaraService)(implicit val security: Security,
with OvaraSwaggerApi {
val audit: Audit = SuoritusAuditVirkailija.audit

protected implicit def swagger: SwaggerEngine[_] = sw
protected implicit def swagger: SwaggerEngine = sw
override protected def applicationDescription: String = "Ovara-Resource"

get("/muodosta", operation(muodostaAikavalille)) {
Expand Down

0 comments on commit 4e6f9cf

Please sign in to comment.