🧰 Aggregate utils & set up results collection in viewer
This commit is contained in:
@ -1,4 +0,0 @@
|
||||
import { NextApiResponse } from 'next'
|
||||
|
||||
export const methodNotAllowed = (res: NextApiResponse) =>
|
||||
res.status(405).json({ message: 'Method Not Allowed' })
|
Reference in New Issue
Block a user