Exemplo n.º 1
0
def view_index():
    return app.send_static_file('index.html')
Exemplo n.º 2
0
def view_profile():
    return app.send_static_file('profile.html')
Exemplo n.º 3
0
def view_conversation():
    return app.send_static_file('conversation.html')
Exemplo n.º 4
0
def view_signup():
    return app.send_static_file('signup.html')
Exemplo n.º 5
0
def view_login():
    return app.send_static_file('login.html')