mirror of
https://github.com/jlengrand/simple-food-diary.git
synced 2026-03-10 08:41:19 +00:00
12 lines
224 B
JSON
12 lines
224 B
JSON
{
|
|
"routes": [
|
|
{
|
|
"route": "/profile",
|
|
"allowedRoles": ["authenticated"]
|
|
},
|
|
{
|
|
"route": "/admin/*",
|
|
"allowedRoles": ["administrator"]
|
|
}
|
|
]
|
|
} |