Hash :
4d2883c6
Author :
Thomas de Grivel
Date :
2024-10-27T14:25:53
def HTTPd.routes = []
def_route("/doc/", DocController.route)
# def_route("/fx/", FXController.fx_route)
# def_route("/tags/", FXController.tags_route)
# def_route("/properties/", FXController.properties_route)
# def_static_route("/file", "./fx/", 1)
def_route("/", PageController.route)
def_static_route("", "./static/", 0)