Ejemplo n.º 1
0
def catch_freelancer_register():
    return app.send_static_file('index.html')
Ejemplo n.º 2
0
def catch_employer_register():
    return app.send_static_file('index.html')
Ejemplo n.º 3
0
def catch_login_employer():
    return app.send_static_file('index.html')
Ejemplo n.º 4
0
def catch_login_freelancer():
    return app.send_static_file('index.html')
Ejemplo n.º 5
0
def catch_employee():
    return app.send_static_file('index.html')
Ejemplo n.º 6
0
def catch():
    return app.send_static_file('index.html')