Skip to content

Commit 82637d6

Browse files
committed
change back to CSP to make it working with 2025.1
1 parent 1bf533c commit 82637d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<Resource Name="User.PKG"/>
2424
<Resource Name="FHIR.PKG"/>
2525
<FileCopy Name="data/fhir/" Target="${mgrdir}test-data-fhir/"/>
26-
<WebApplication
26+
<CSPApplication
2727
Url="/fhirUI"
2828
SourcePath="/fhirUI"
2929
DeployPath="{$cspdir}/fhirUI"
@@ -36,7 +36,7 @@
3636
&#13;Name - to alter created/modified namespace (now/default FHIRSERVER)
3737
&#13;AddTestData - import some test data to the FHIR server, otherwise don't
3838
&#13;Webapp - provide the name for the web application to expose R4 API. /fhir/r4 is by default
39-
&#13;USER>zpm "install fhir-server -Dzpm.name=ALTERFHIRSERVER -Dzpm.Webapp=/fhir/r7 -Dzpm.AddTestData=0"
39+
&#13;USER>zpm "install fhir-server -Dzpm.name=ALTERFHIRSERVER -Dzpm.Webapp=/fhir/r7 -Dzpm.AddTestData=0"
4040
</AfterInstallMessage>
4141
</Module>
4242
</Document>

0 commit comments

Comments
 (0)