DmitrMakeev commited on
Commit
20f046a
·
verified ·
1 Parent(s): 73baded

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -120,7 +120,6 @@ def get_image():
120
 
121
  @app.route('/own_url', methods=['GET'])
122
  def get_own_url():
123
- own_url = os.getenv('OWN_URL') # URL сервера
124
  return own_url, 200
125
 
126
  @app.route('/se_mes_im2', methods=['GET'])
 
120
 
121
  @app.route('/own_url', methods=['GET'])
122
  def get_own_url():
 
123
  return own_url, 200
124
 
125
  @app.route('/se_mes_im2', methods=['GET'])