Skip to content

Commit

Permalink
Update backend/src/main/kotlin/org/loculus/backend/controller/Submiss…
Browse files Browse the repository at this point in the history
…ionController.kt
  • Loading branch information
corneliusroemer authored Sep 19, 2024
1 parent c3c5fbc commit 8a9d720
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private val log = KotlinLogging.logger { }
@RequestMapping("/{organism}")
@Validated
@SecurityRequirement(name = "bearerAuth")
class SubmissionController(
open class SubmissionController(
private val submitModel: SubmitModel,
private val releasedDataModel: ReleasedDataModel,
private val submissionDatabaseService: SubmissionDatabaseService,
Expand Down

0 comments on commit 8a9d720

Please sign in to comment.