Commit 5488e98
committed
fix: extract path params from URL in challenge_call using route definitions
Routes like /status/:hotkey and /hotkey/:hotkey had empty params because
challenge_call() never matched the request path against registered route
definitions to extract named parameters.1 parent c9fe9df commit 5488e98
1 file changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1233 | 1233 | | |
1234 | 1234 | | |
1235 | 1235 | | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
| 1239 | + | |
| 1240 | + | |
| 1241 | + | |
| 1242 | + | |
| 1243 | + | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
| 1247 | + | |
| 1248 | + | |
| 1249 | + | |
| 1250 | + | |
1236 | 1251 | | |
1237 | 1252 | | |
1238 | 1253 | | |
1239 | | - | |
| 1254 | + | |
1240 | 1255 | | |
1241 | 1256 | | |
1242 | 1257 | | |
| |||
0 commit comments