Update route/dashboard.py

pull/109/head
Mr Chen 7 years ago
parent 13dfae745e
commit 9b5cf3edb2
  1. 2
      route/dashboard.py

@ -47,7 +47,7 @@ def code():
return ret
@dashboard.route("/check_login")
@dashboard.route("/check_login", methods=['POST'])
def checkLogin():
return "true"

Loading…
Cancel
Save