v0.3.0: Beta-ready milestone — remove /health from route checks, config cleanup
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 files changed,
+4 insertions,
-4 deletions
| 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",
|
| 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 |
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 |
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"
|