Hash : e2ac6cb4 Author : Thomas de Grivel Date : 2024-09-17T16:19:53
Download
1 2 3 4 5
def HTTPd.routes = [] def_route("/fx/", FXController.route) def_route("/file/", static_controller("./fx/")) def_route("/", static_controller("./static/"))