To address this, we can use the path module again to check if the requested file is inside the root directory. const path = require('path'); ...
確定! 回上一頁