Skip to content

Commit

Permalink
Oops. Dang it.
Browse files Browse the repository at this point in the history
  • Loading branch information
climategadgets committed Aug 22, 2024
1 parent bb9fa20 commit b2f5a06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public RouterFunction<ServerResponse> monoRouterFunction(WebUI webUI) {
// Accessors

GET("/").and(ACCEPT_JSON), webUI::getMeta).andRoute(
GET(META_PATH + Version.PROTOCOL_VERSION).and(ACCEPT_JSON), webUI::getMeta).andRoute(
GET(META_PATH).and(ACCEPT_JSON), webUI::getMeta).andRoute(
GET("/sensors").and(ACCEPT_JSON), webUI::getSensors).andRoute(
GET("/sensor/{sensor}").and(ACCEPT_JSON), webUI::getSensor).andRoute(
GET("/units").and(ACCEPT_JSON), webUI::getUnits).andRoute(
Expand Down

0 comments on commit b2f5a06

Please sign in to comment.