All/None links for each category of filter #28

This commit is contained in:
Ian Renton
2025-10-04 11:37:42 +01:00
parent bc4de364f8
commit 64a03d0ee4
3 changed files with 17 additions and 18 deletions

View File

@@ -32,7 +32,7 @@ class WebServer:
bottle.get("/api/status")(lambda: self.serve_api(self.status_data))
bottle.post("/api/spot")(lambda: self.accept_spot())
# Routes for templated pages
bottle.get("/")(lambda: self.serve_template('webpage_home'))
bottle.get("/")(lambda: self.serve_template('webpage_spots'))
bottle.get("/about")(lambda: self.serve_template('webpage_about'))
bottle.get("/apidocs")(lambda: self.serve_template('webpage_apidocs'))
# Default route to serve from "webassets"