Hash : 6cc163b0 Author : Thomas de Grivel Date : 2024-09-27T16:46:39
Download
1 2 3 4 5 6 7 8 9
def HTTPd.routes = [] def_route("/fx/", FXController.fx_route) def_route("/tag/", FXController.tag_route) def_route("/property/", FXController.property_route) def_static_route("/file", "./fx/", 1) def_static_route("", "./static/", 0)