Is it possible to pass a file path(/var/logs/master.json) in my router and use it via "req.params.path"?
I have this:
router.get('/file/{*path}', function (req, res)
No comments:
Post a Comment