Router(); router.get('/', (req: express.Request, res: express.Response) => { // Disable caching for content files res.header('Cache-Control', 'no-cache, ...
確定! 回上一頁