UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
acl
/
src
/
acl.config.ts
6 lines
(4 loc)
•
123 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
OhayoACLConfig
}
from
'@ohayo/util'
;
export
const
ACL_DEFAULT_CONFIG
:
OhayoACLConfig
= {
guard_url
:
`/403`
, };