Akane710 commited on
Commit
b6a9752
·
verified ·
1 Parent(s): 8239fd3

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +5 -0
main.py CHANGED
@@ -106,6 +106,11 @@ async def genshin_profile_route(id: int):
106
  def root():
107
  return "خدتك عليه"
108
 
 
 
 
 
 
109
  # Helper function to upload the image to Cloudinary
110
  def upload_image(data, character_id, player_id):
111
  try:
 
106
  def root():
107
  return "خدتك عليه"
108
 
109
+
110
+ @app.get("/ايه")
111
+ def root():
112
+ return "خدتك عليه"
113
+
114
  # Helper function to upload the image to Cloudinary
115
  def upload_image(data, character_id, player_id):
116
  try: