xImAnton / mcweb

a web-remote minecraft server wrapper with some unique features
GNU General Public License v3.0
1 stars 0 forks source link

refactoring #43

Closed xImAnton closed 3 years ago

xImAnton commented 3 years ago

move "login.py" to top level package. login models have nothing to do with endpoints. rename "views" package to "endpoints" in some endpoints, Blueprint#route is used, use Blueprint#get instead for more explicit method declaration

xImAnton commented 3 years ago

done in https://github.com/xImAnton/mcweb/commit/0e1182a535d54ee40bce37d2dd221d895b5f3be0