This commit is contained in:
2025-08-07 08:47:11 +09:00
parent 644ba912b1
commit d20f630e1b
5 changed files with 29 additions and 7 deletions
+2 -2
View File
@@ -8,8 +8,7 @@ import CommandExecute from "./route/command.js";
import ueusePost from "./route/ueuse.js";
import WeatherUeuse from "./route/weather.js";
import API from "./route/api.js";
AdminPanel();
import Token from "./route/token.js";
export default async function AdminPanel() {
// 無効
@@ -26,6 +25,7 @@ export default async function AdminPanel() {
app.use(CommandExecute);
app.use(WeatherUeuse);
app.use(API);
app.use(Token);
app.use(express.static("panel/public"));
app.listen(port, () => {