parent
039e341f33
commit
c223d45518
@ -0,0 +1,7 @@ |
||||
from flask import Blueprint |
||||
|
||||
profile = Blueprint('profile', __name__) |
||||
|
||||
@profile.route('/profile') |
||||
def get_profile(): |
||||
return "Profile Page" |
Binary file not shown.
Loading…
Reference in new issue