aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/pdsuicommon
diff options
context:
space:
mode:
authorktomskikh <ktomskih@datamonsters.co>2017-09-25 16:42:02 +0700
committerGitHub <noreply@github.com>2017-09-25 16:42:02 +0700
commit969ddd91fd5fd6ad2f177be408e598b64f2d615c (patch)
tree8219b5b5d912d562cdc5480059334f3922b517e9 /src/main/scala/xyz/driver/pdsuicommon
parent07602feb5da0914a09103e1f1775e718ab768445 (diff)
parent25ccda10b3b7f16f9fcee0b41c4abd035b3d1330 (diff)
downloadrest-query-969ddd91fd5fd6ad2f177be408e598b64f2d615c.tar.gz
rest-query-969ddd91fd5fd6ad2f177be408e598b64f2d615c.tar.bz2
rest-query-969ddd91fd5fd6ad2f177be408e598b64f2d615c.zip
Merge pull request #28 from drivergroup/PDSUI-2259v0.3.17
PDSUI-2259 Added create and delete endpoint for intervention service
Diffstat (limited to 'src/main/scala/xyz/driver/pdsuicommon')
-rw-r--r--src/main/scala/xyz/driver/pdsuicommon/utils/CustomSwaggerJsonFormats.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/xyz/driver/pdsuicommon/utils/CustomSwaggerJsonFormats.scala b/src/main/scala/xyz/driver/pdsuicommon/utils/CustomSwaggerJsonFormats.scala
index c1a2c7c..6c87858 100644
--- a/src/main/scala/xyz/driver/pdsuicommon/utils/CustomSwaggerJsonFormats.scala
+++ b/src/main/scala/xyz/driver/pdsuicommon/utils/CustomSwaggerJsonFormats.scala
@@ -42,7 +42,7 @@ object CustomSwaggerJsonFormats {
xyz.driver.pdsuidomain.fakes.entities.trialcuration.nextTrialIssue()),
classOf[RichCriterion] -> richCriterionFormat.write(
xyz.driver.pdsuidomain.fakes.entities.trialcuration.nextRichCriterion()),
- classOf[InterventionWithArms] -> interventionWriter.write(
+ classOf[InterventionWithArms] -> interventionFormat.write(
xyz.driver.pdsuidomain.fakes.entities.trialcuration.nextInterventionWithArms()),
classOf[InterventionType] -> interventionTypeFormat.write(
xyz.driver.pdsuidomain.fakes.entities.trialcuration.nextInterventionType()),