DmitrMakeev commited on
Commit
d15cf78
·
verified ·
1 Parent(s): 9f15519

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -2
app.py CHANGED
@@ -2494,6 +2494,15 @@ def uploaded_file(filename):
2494
 
2495
 
2496
 
 
 
 
 
 
 
 
 
 
2497
  @app.route('/up_fa', methods=['GET'])
2498
  def up_fa():
2499
  return render_template('up_fa.html')
@@ -2510,8 +2519,6 @@ def up_fa():
2510
 
2511
 
2512
 
2513
-
2514
-
2515
  @app.route('/upload_vk', methods=['POST'])
2516
  def upload_file_vk():
2517
  # Получаем ключ авторизации из запроса
 
2494
 
2495
 
2496
 
2497
+ @app.route('/test_send', methods=['GET'])
2498
+ def up_test_send():
2499
+ return render_template('test_send.html')
2500
+
2501
+
2502
+
2503
+
2504
+
2505
+
2506
  @app.route('/up_fa', methods=['GET'])
2507
  def up_fa():
2508
  return render_template('up_fa.html')
 
2519
 
2520
 
2521
 
 
 
2522
  @app.route('/upload_vk', methods=['POST'])
2523
  def upload_file_vk():
2524
  # Получаем ключ авторизации из запроса