Skip to content

Commit

Permalink
Update ValueSetController.kt
Browse files Browse the repository at this point in the history
disabled vs search to see if this fixes the expansion issue
  • Loading branch information
geloro94 authored Apr 26, 2024
1 parent 9a8e049 commit 4a1b72a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/kotlin/de/itcr/termite/api/ValueSetController.kt
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ class ValueSetController(

}

@GetMapping(params = ["url"])
@ResponseBody
//@GetMapping(params = ["url"])
//@ResponseBody
fun searchValueSet(@RequestParam url: String, @RequestParam(required = false) valueSetVersion: String?): ResponseEntity<String>{
logger.info("Searching for value set [url = $url, version = $valueSetVersion]")
try{
Expand Down Expand Up @@ -277,4 +277,4 @@ class ValueSetController(
}
}

}
}

0 comments on commit 4a1b72a

Please sign in to comment.