KeshBotics / keshbotics3

KeshBotics 3 Discord async bot and Twitch API/webhook integration.
GNU General Public License v3.0
3 stars 1 forks source link

Move API Routes "/" and "/test" to Separate File #31

Closed Travis-Owens closed 4 years ago

Travis-Owens commented 4 years ago

Declutter the "/API/main.py" file by moving the root() and test() classes to individual files inside of "/API/routes/".