4

Please i'm writing an api in NodeJs but all my routes are inside a single file, and the file is already very long.

Now I'm looking for a way to split my routes into multiple files

Any ideas?

Comments
Add Comment