This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrorlandia_minetest
/
contentdb
Watch
1
Star
0
Fork
0
You've already forked contentdb
mirror of
https://github.com/minetest/contentdb.git
synced
2024-11-13 02:53:51 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d91f537bdd
contentdb
/
app
/
blueprints
/
users
/
__init__.py
6 lines
93 B
Python
Raw
Normal View
History
Unescape
Escape
Refactor endpoints to use blueprints instead
2019-11-16 00:51:42 +01:00
from
flask
import
Blueprint
bp
=
Blueprint
(
"
users
"
,
__name__
)
Split up users blueprint
2020-01-24 19:15:09 +01:00
from
.
import
profile
,
claim
Reference in New Issue
Copy Permalink