Commit d333940
committed
fix: allow PUT method on snapshot config endpoint
The CLI sends PUT for config updates but the route only exported POST,
causing a 405 Method Not Allowed error.1 parent 1fd323e commit d333940
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
0 commit comments