Postgresql – Problem with API Routes not working in next js, (keep getting 404 not found) [I am new]
I am using nextjs 13 and the postgresql provided by vercel, I have created a few routes, here's an example of one of them: get-testcase.ts import { NextApiRequest, NextApiResponse } from 'next'; import { sql } from '@vercel/postgres'; export default…