DmitrMakeev commited on
Commit
e55b5c7
·
verified ·
1 Parent(s): bbd03f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -259,8 +259,8 @@ pr1_d = ""
259
  pr2_d = ""
260
  pr3_d = ""
261
 
262
- @app.route('/getcurse_db', methods=['GET'])
263
- def getcurse_db():
264
  # Чтение параметров из GET-запроса
265
  name_d = request.args.get('name', '')
266
  email_d = request.args.get('email', '')
 
259
  pr2_d = ""
260
  pr3_d = ""
261
 
262
+ @app.route('/gc_db', methods=['GET'])
263
+ def gc_db():
264
  # Чтение параметров из GET-запроса
265
  name_d = request.args.get('name', '')
266
  email_d = request.args.get('email', '')