Browse Source

misa-liff

zooey 2 years ago
parent
commit
0c456657d1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main.py

+ 2 - 2
main.py

@@ -62,10 +62,10 @@ def liff_taro(request: Request):
     data=r.get('misa')
     return json.loads(data)
 
-@app.get("/yuri")
+@app.get("/misa-liff")
 def news(request: Request):
     r = redis.Redis(host='db.ptt.cx', port=6379, db=2,password='choozmo9')
-    data=r.get('yuri')
+    data=r.get('misa-liff')
     return json.loads(data)