mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
22 lines
379 B
JSON
22 lines
379 B
JSON
{
|
|
"$schema": "./schema.json",
|
|
"route": "/",
|
|
"children": {
|
|
"admin": {
|
|
"route": "admin",
|
|
"children": {
|
|
"accounts": "accounts",
|
|
"ai": "ai",
|
|
"settings": {
|
|
"route": "settings",
|
|
"children": {
|
|
"module": ":module"
|
|
}
|
|
},
|
|
"about": "about",
|
|
"notFound": "404"
|
|
}
|
|
}
|
|
}
|
|
}
|