Skip to content

Commit

Permalink
Add shutdownServer step in generate demo data route
Browse files Browse the repository at this point in the history
  • Loading branch information
VaishSiddharth committed May 13, 2024
1 parent 8b7c108 commit 0890204
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions demo/eip/routes/generate-demo-data-route.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@
</setBody>

<toD cacheSize="-1" uri="{{openmrs.baseUrl}}/ws/rest/v1/referencedemodata/generate"/>

<!-- On successful completion, run the shutdown server -->
<onCompletion>
<bean ref="shutdownServer" method="shutdown"/>
</onCompletion>
</route>
</routes>

0 comments on commit 0890204

Please sign in to comment.