Compare commits

..

1 commit

Author SHA1 Message Date
Simon Bruder bc7c90e73e
Add odrive-proxy script 2020-07-26 12:45:17 +02:00

View file

@ -19,7 +19,7 @@ def get_files(uuid, password):
@app.route("/")
def help():
return """<!DOCTYPE html>
<html>
<html>
<head>
<title>rclone proxy for odrive</title>
<meta charset="utf-8">
@ -43,7 +43,7 @@ def help():
}
</script>
</body>
</html>"""
</html>"""
@app.route("/<string:uuid>/<string:password>/")