Hash :
a2f7c740
Author :
Thomas de Grivel
Date :
2025-04-02T20:53:37
sitemap.xml
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("/sitemap.xml", SitemapController.route)
def_route("/", PageController.route)
HTTPd.Route.def_static_route("", "./static/", 0)