You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
460 B
JSON
10 lines
460 B
JSON
|
9 months ago
|
{
|
||
|
|
"/_not-found": "app/_not-found.js",
|
||
|
|
"/page": "app/page.js",
|
||
|
|
"/api/[provider]/[...path]/route": "app/api/[provider]/[...path]/route.js",
|
||
|
|
"/api/artifacts/route": "app/api/artifacts/route.js",
|
||
|
|
"/api/config/route": "app/api/config/route.js",
|
||
|
|
"/api/tencent/route": "app/api/tencent/route.js",
|
||
|
|
"/api/upstash/[action]/[...key]/route": "app/api/upstash/[action]/[...key]/route.js",
|
||
|
|
"/api/webdav/[...path]/route": "app/api/webdav/[...path]/route.js"
|
||
|
|
}
|