Express : detect 404 errors when using multi-files route
I am kind of new on express and I struggle with 404 error detection. I have a main file called app.js, launching the server and specifying files to handle the different requests. As an example : const …