diff options
| author | Jeff Carr <[email protected]> | 2024-11-07 01:39:26 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-07 01:39:26 -0600 |
| commit | 6a2e9d294deef3418b0688a50a26f6f0fc268f43 (patch) | |
| tree | 0f706a937f7b2e9e6a0e71fb37520a3daed92262 /http.go | |
| parent | 3c1b67066399d984d5d24ada85af94ad3169b184 (diff) | |
remove http writerv0.22.5
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) { var route string route = cleanURL(r.URL.Path) log.HttpMode(w) + defer log.HttpMode(nil) // common http args that can be set repoName := r.URL.Query().Get("repo") |
