dispatch-server deploy
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user