DmitrMakeev commited on
Commit
9ed0eaa
1 Parent(s): 583b806

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ def up_ad():
111
  def del_ad():
112
  return render_template('del_ad.html')
113
 
114
- @app.route('/se_opr', methods=['GET'])
115
  def se_opr():
116
  return render_template('se_opr'.html')
117
 
 
111
  def del_ad():
112
  return render_template('del_ad.html')
113
 
114
+ @app.route('/se_opr', methods=['GET'])
115
  def se_opr():
116
  return render_template('se_opr'.html')
117