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 { prisma } from "@repo/db";
import { Router } from "express";
import { pubClient } from "modules/redis";
const router = Router();
const router: Router = Router();
router.get("/", async (req, res) => {
const user = await prisma.connectedDispatcher.findMany({