DmitrMakeev commited on
Commit
5fa984e
1 Parent(s): 67ffda2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +24 -0
app.py CHANGED
@@ -48,6 +48,30 @@ def onli():
48
 
49
 
50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  # Маршрут для обработки GET-запроса
52
  @app.route('/add_contact', methods=['GET'])
53
  def add_contact():
 
48
 
49
 
50
 
51
+
52
+
53
+
54
+
55
+ @app.route('/ver', methods=['GET'])
56
+ def ver():
57
+ return render_template('ver.html')
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
  # Маршрут для обработки GET-запроса
76
  @app.route('/add_contact', methods=['GET'])
77
  def add_contact():