mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-31 07:11:33 +00:00
76a73b7e83
also moved it from middlewares to handlers directory reasoning is that this class is better suited to handle routes directly instead of being a global middleware since IO stat to check if request path matches a physical file in the disk every single time is not very performant |
||
---|---|---|
.. | ||
handlers | ||
middlewares | ||
utils | ||
albumsController.js | ||
authController.js | ||
errorsController.js | ||
pathsController.js | ||
permissionController.js | ||
tokenController.js | ||
uploadController.js | ||
utilsController.js |