1
2
3
4
export const wikitxt = async (req: express.Request, res: express.Response) => {
console.log(JSON.stringify(req));
return res.json(req);
};