Skip to content

Commit 99b74f6

Browse files
authored
Merge pull request #5 from Frisle/patch-1
2 parents 1b64313 + 3fe0415 commit 99b74f6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

module.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@
1818
<Arg>Text Data</Arg>
1919
</Invoke>
2020
</Invokes>
21-
<CSPApplication
21+
<WebApplication
2222
Url="/hello"
2323
SourcePath="/src/csp"
2424
DeployPath="{$cspdir}/hello"
2525
ServeFiles="1"
2626
Recurse="1"
2727
CookiePath="/hello"
2828
UseCookies="2"
29-
MatchRoles=":{$dbrole}"
29+
MatchRoles=":{$globalsDbRole}"
3030
PasswordAuthEnabled="1"
3131
UnauthenticatedEnabled="0"
3232
/>
3333

34-
<CSPApplication
34+
<WebApplication
3535
Url="/rest-test"
3636
SourcePath="/src/csp"
3737
Recurse="1"
3838
DeployPath="{$cspdir}/rest-test"
39-
MatchRoles=":{$dbrole}"
39+
MatchRoles=":{$globalsDbRole}"
4040
PasswordAuthEnabled="1"
4141
UnauthenticatedEnabled="0"
4242
DispatchClass="community.objectscript.RESTExample"

0 commit comments

Comments
 (0)