I am currently developping a website that is using a lot of routes. At the beginning, all the routes were implemented in a same file... To make the things clearer, I decided to create multiple files, in order to separate the routes... using the Router module.I am currently developping a website that is us