Hash : 89d0bd8c Author : Thomas de Grivel Date : 2024-09-18T22:21:44
Download
1 2 3 4 5
def HTTPd.routes = [] def_route("/doc/", DocController.route) def_static_route("", "./static/", 0)