json({ message: posts }); }; // getting a single post const getPost = async (req: Request, res: Response, next: NextFunction) => { // get the ...
確定! 回上一頁