rr1 commited on
Commit
85ec322
·
verified ·
1 Parent(s): 47791d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def proxy(path):
106
 
107
  @app.route('/', methods=['GET'])
108
  def index():
109
- return "API Proxy for OpenRouter is running."
110
 
111
 
112
  if __name__ == '__main__':
 
106
 
107
  @app.route('/', methods=['GET'])
108
  def index():
109
+ return "APP is running."
110
 
111
 
112
  if __name__ == '__main__':