Skip to main content

max / pom

v0.3.0: Beta-ready milestone — remove /health from route checks, config cleanup Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-03-17 02:58 UTC
Commit: 3e42c81d2768d37431b807691ca36611954b4232
Parent: 3e13145
4 files changed, +4 insertions, -4 deletions
M Cargo.lock +1 -1
@@ -1665,7 +1665,7 @@ checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
1665 1665
1666 1666 [[package]]
1667 1667 name = "pom"
1668 - version = "0.2.5"
1668 + version = "0.2.6"
1669 1669 dependencies = [
1670 1670 "axum",
1671 1671 "chrono",
M Cargo.toml +1 -1
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "pom"
3 - version = "0.2.6"
3 + version = "0.3.0"
4 4 edition = "2024"
5 5 license-file = "LICENSE"
6 6
@@ -12,7 +12,7 @@ name = "astra"
12 12
13 13 [targets.mnw]
14 14 label = "Makenotwork Production"
15 - expected_routes = ["/", "/discover", "/login", "/docs", "/health"]
15 + expected_routes = ["/", "/discover", "/login", "/docs"]
16 16
17 17 [[targets.mnw.dns]]
18 18 name = "makenot.work"
@@ -12,7 +12,7 @@ name = "hetzner"
12 12
13 13 [targets.mnw]
14 14 label = "Makenotwork Production"
15 - expected_routes = ["/", "/discover", "/login", "/docs", "/health"]
15 + expected_routes = ["/", "/discover", "/login", "/docs"]
16 16
17 17 [[targets.mnw.dns]]
18 18 name = "makenot.work"