Rooni commited on
Commit
3cf1563
·
verified ·
1 Parent(s): 03c899c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ GEMINI_BASE_URL = "https://generativelanguage.googleapis.com/v1beta"
9
 
10
  @app.route("/", methods=["GET"])
11
  def home():
12
- return {"status": "ok", "message": "Gemini proxy работает :3"}
13
 
14
 
15
  @app.route("/<path:endpoint>", methods=["GET", "POST", "PUT", "PATCH", "DELETE"])
 
9
 
10
  @app.route("/", methods=["GET"])
11
  def home():
12
+ return {"status": "ok", "message": "Gemini proxy is working :3"}
13
 
14
 
15
  @app.route("/<path:endpoint>", methods=["GET", "POST", "PUT", "PATCH", "DELETE"])