@@ -210,7 +210,7 @@ async def coffee_set(item_id: int):
coffee='1'
return {"code":"ok" }
-@app.get("/v_lst")
+@app.post("/v_lst")
async def v_lst():
db = dataset.connect('mysql://choozmo:pAssw0rd@db.ptt.cx:3306/hhh?charset=utf8mb4')
cursor=db.query('select id,email from hhh.step_questions')