diff options
| author | Jeff Carr <[email protected]> | 2025-02-16 12:02:09 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-16 12:05:28 -0600 |
| commit | b53e71ed9eb4067e749f872a7843e31381511bfb (patch) | |
| tree | 4eca59bb91b42ca94716b2c9648937f1588bd7a5 /http.go | |
| parent | 97f29457dbee65a4404570fd17fd5d0f08e21502 (diff) | |
app works againv0.0.29
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -40,7 +40,8 @@ func okHandler(w http.ResponseWriter, r *http.Request) { } if route == "/machine" { - handleMachine(w, hostname, msg) + handleMachine(r, w, hostname, msg) + return var m *zoopb.Machine m = new(zoopb.Machine) |
