We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b64313 commit 3fe0415Copy full SHA for 3fe0415
1 file changed
module.xml
@@ -18,25 +18,25 @@
18
<Arg>Text Data</Arg>
19
</Invoke>
20
</Invokes>
21
- <CSPApplication
+ <WebApplication
22
Url="/hello"
23
SourcePath="/src/csp"
24
DeployPath="{$cspdir}/hello"
25
ServeFiles="1"
26
Recurse="1"
27
CookiePath="/hello"
28
UseCookies="2"
29
- MatchRoles=":{$dbrole}"
+ MatchRoles=":{$globalsDbRole}"
30
PasswordAuthEnabled="1"
31
UnauthenticatedEnabled="0"
32
/>
33
34
35
Url="/rest-test"
36
37
38
DeployPath="{$cspdir}/rest-test"
39
40
41
42
DispatchClass="community.objectscript.RESTExample"
0 commit comments