Skip to content

Commit 03cb30b

Browse files
authored
Merge pull request #10 from Frisle/patch-1
REFACTOR: replaced deprecated tags
2 parents b6dd58b + 279a09c commit 03cb30b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

1111
<Resource Name="Sample.PKG"/>
1212

13-
<CSPApplication
13+
<WebApplication
1414
Url="/crud"
1515
Recurse="1"
16-
MatchRoles=":{$dbrole}"
16+
MatchRoles=":{$globalsDbRole}"
1717
PasswordAuthEnabled="0"
1818
UnauthenticatedEnabled="0"
1919
DispatchClass="Sample.PersonREST"

0 commit comments

Comments
 (0)