Skip to content

Commit fb72c58

Browse files
authored
updated source and deploy path parameters
1 parent a68385e commit fb72c58

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

module.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
</Invokes>
2121
<CSPApplication
2222
Url="/hello"
23-
Path="/src/csp"
24-
Directory="{$cspdir}/hello"
23+
SourcePath="/src/csp"
24+
DeployPath="{$cspdir}/hello"
2525
ServeFiles="1"
2626
Recurse="1"
2727
CookiePath="/hello"
@@ -33,9 +33,9 @@
3333

3434
<CSPApplication
3535
Url="/rest-test"
36-
Path="/src/csp"
36+
SourcePath="/src/csp"
3737
Recurse="1"
38-
Directory="{$cspdir}/rest-test"
38+
DeployPath="{$cspdir}/rest-test"
3939
MatchRoles=":{$dbrole}"
4040
PasswordAuthEnabled="1"
4141
UnauthenticatedEnabled="0"
@@ -47,4 +47,4 @@
4747
</Module>
4848

4949
</Document>
50-
</Export>
50+
</Export>

0 commit comments

Comments
 (0)