nyx-dashboard/.next/server/pages-manifest.json

10 lines
303 B
JSON
Raw Normal View History

2021-06-20 14:44:22 +02:00
{
2021-06-20 16:01:27 +02:00
"/404": "pages/404.html",
2021-06-20 14:44:22 +02:00
"/_app": "pages/_app.js",
2021-06-20 16:01:27 +02:00
"/api/hello": "pages/api/hello.js",
"/controlpanel/commands": "pages/controlpanel/commands.html",
"/controlpanel": "pages/controlpanel.html",
"/": "pages/index.html",
2021-06-20 14:44:22 +02:00
"/_error": "pages/_error.js",
2021-06-20 16:01:27 +02:00
"/_document": "pages/_document.js"
2021-06-20 14:44:22 +02:00
}