Right now all of my routes are in the main function.
What is the correct way to structure my application so that I can separate routes into multiple files the same way as with express?
I want to handle the GET, POST etc. of each route in a separate file for that route