building a foundation and breaking prisma
Co-authored-by: Spacelord <Spacelord09@users.noreply.github.com>
This commit is contained in:
4
src/routes/api/test.ts
Normal file
4
src/routes/api/test.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import express, { Request, Response } from 'express';
|
||||
export default (req: Request, res: Response) => {
|
||||
res.status(200).send("Test Successful!");
|
||||
};
|
Reference in New Issue
Block a user