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