dispatch-server deploy

This commit is contained in:
nocnico
2025-05-26 23:03:04 +02:00
parent a8a94d032f
commit 03acaa052f
12 changed files with 64 additions and 55 deletions

View File

@@ -12,7 +12,7 @@ import { io } from "../index";
import { sendNtfyMission } from "modules/ntfy";
import { sendAlert } from "modules/mission";
const router = Router();
const router: Router = Router();
// Get all missions
router.post("/", async (req, res) => {