Commit c04635b
committed
simplify the url pattern for cluster_id
rather than requiring it to look like a UUID, accept any single URL path component
results in clearer error: "no such cluster" instead of generic 404 with no matching router
and allows for alternate id patterns (e.g. Gateway clusters, which already have ids)1 parent 39b69ac commit c04635b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments