You can use the express Router() for this. You can use the router like you would use your express app. So for example: router.use(() => {}); // General ...
確定! 回上一頁