Hash : 53753ccf Author : Thomas de Grivel Date : 2024-09-19T11:48:02
Download
1 2 3 4 5 6 7
def HTTPd.routes = [] def_route("/fx/", FXController.route) def_static_route("/file", "./fx/", 1) def_static_route("", "./static/", 0)