Update main.py
Browse files
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:
|