DmitrMakeev commited on
Commit
2844e4a
1 Parent(s): 02f3f59

Update app.py

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