Web applications defined in Security.Applications class in %SYS namespace.
zn "%SYS"
set props("Path") = "/opt/my/app/csp"
set props("Description") = "My Cool Application"
do ##class(Security.Applications).Create("/csp/test", .props)
- Log in to post comments