Spaces:
Runtime error
Runtime error
CaesarCloudSync
commited on
Commit
·
07fcdf0
1
Parent(s):
c1838d4
Save button and laptop restyling
Browse files
main.py
CHANGED
|
@@ -61,7 +61,7 @@ async def hashnotecard(data : JSONStructure = None):
|
|
| 61 |
except Exception as ex:
|
| 62 |
return {"error":f"{type(ex)},{ex}"}
|
| 63 |
@app.get("/getcard")
|
| 64 |
-
async def
|
| 65 |
hashedvalue = h
|
| 66 |
username = u
|
| 67 |
#name = "test1.jpg"
|
|
|
|
| 61 |
except Exception as ex:
|
| 62 |
return {"error":f"{type(ex)},{ex}"}
|
| 63 |
@app.get("/getcard")
|
| 64 |
+
async def getcard(request: Request, h:str,u:str):
|
| 65 |
hashedvalue = h
|
| 66 |
username = u
|
| 67 |
#name = "test1.jpg"
|