diff options
| author | Jeff Carr <[email protected]> | 2025-01-30 04:53:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-30 19:48:15 -0600 |
| commit | ad52b03d8f901253f0cf501bd7d9e3d346181f9f (patch) | |
| tree | 4494d152d2b5e874a22a7ca4cd2c4633ebfae37e /http.go | |
| parent | aab8d232b5d0d5488cdc6fe6d0c43140a46f1537 (diff) | |
better filename
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -82,6 +82,10 @@ func okHandler(w http.ResponseWriter, r *http.Request) { savePatchset(w, msg) return } + if route == "/GetPatchsets" { + doSendPatchsets(w) + return + } if route == "/patchsetlist" { listPatchsets(w) |
