chore: Integrate graphql to the express app
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
import { Request, Response } from 'express';
|
||||
|
||||
const indexRouter = (_request: Request, response: Response) => {
|
||||
return response.json({ hello: 'world!' })
|
||||
};
|
||||
|
||||
export default indexRouter;
|
Reference in New Issue
Block a user