|
@@ -9,6 +9,8 @@ app.register_blueprint(file_io.bp)
|
|
|
|
|
|
|
|
|
|
@app.route('/')
|
|
@app.route('/')
|
|
|
|
+@app.route('/login', methods=['GET'])
|
|
|
|
+@app.route('/select', methods=['GET'])
|
|
@app.route('/static/login')
|
|
@app.route('/static/login')
|
|
@app.route('/static/select')
|
|
@app.route('/static/select')
|
|
def home():
|
|
def home():
|