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

@@ -2,7 +2,7 @@ import { Router } from "express";
import { prisma } from "@repo/db";
const router = Router();
const router: Router = Router();
router.put("/", async (req, res) => {
try {