Add Dashboard
This commit is contained in:
4
apps/builder/services/api/utils.ts
Normal file
4
apps/builder/services/api/utils.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import { NextApiResponse } from 'next'
|
||||
|
||||
export const methodNotAllowed = (res: NextApiResponse) =>
|
||||
res.status(405).json({ message: 'Method Not Allowed' })
|
Reference in New Issue
Block a user