CJYen 3 năm trước cách đây
mục cha
commit
f6d99adc61
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -210,7 +210,7 @@ async def receive(userModel : models.TransactionNft):
 
 # shop handler
 @app.get("/shop/{userid}")
-def buy(userid):
+def shop(userid):
     # db connect
     db = dataset.connect('mysql://choozmo:pAssw0rd@db.ptt.cx:3306/arkcard?charset=utf8mb4')