Hash : db552774 Author : Thomas de Grivel Date : 2024-12-11T21:53:27
fix routes
Download
1 2 3 4 5 6 7 8 9
def HTTPd.routes = [] def_route("/fx/", FXController.fx_route) def_route("/tags/", FXController.tags_route) def_route("/properties/", FXController.properties_route) HTTPd.Route.def_static_route("/file", "./fx/", 1) HTTPd.Route.def_static_route("", "./static/", 0)