chore: Integrate graphql to the express app

This commit is contained in:
Faruk AYDIN
2021-10-04 19:42:23 +02:00
committed by Ali BARIN
parent 7a675e6c79
commit 7d98333a8a
7 changed files with 76 additions and 15 deletions

View File

@@ -1,7 +0,0 @@
import { Request, Response } from 'express';
const indexRouter = (_request: Request, response: Response) => {
return response.json({ hello: 'world!' })
};
export default indexRouter;