Your Name 3 년 전
부모
커밋
1ea87afc53
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      step_question/apis/main.py

+ 1 - 1
step_question/apis/main.py

@@ -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')