ReVanced / revanced-releases-api

🚀 JSON API for ReVanced Releases
https://releases.revanced.app
GNU Affero General Public License v3.0
78 stars 17 forks source link

refactor: move routes out of main.py #12

Closed alexandreteles closed 1 year ago

alexandreteles commented 1 year ago

Is your feature request related to a problem? Please describe. For the sake of clarity and clean code, now that the code base is considerably larger, move things out of main.py

Describe the solution you'd like Use routers located in files inside of ./app/routers/ and call them from main.py

Describe alternatives you've considered There are none for a project this big.

Additional context None.

alexandreteles commented 1 year ago

Solved on #14