diff options
| author | Jeff Carr <[email protected]> | 2024-02-07 22:14:38 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-07 22:14:38 -0600 |
| commit | 0fec5555ddd8574a831fb9e7e1d0b69a44b49a21 (patch) | |
| tree | c911fa75a5c5c15af33eac5722bfdaa369ff744f /main.go | |
| parent | 0b6afc879ac2df2e7dd145036e5ab0a973fc503e (diff) | |
miscv0.20.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -64,6 +64,9 @@ func okHandler(w http.ResponseWriter, r *http.Request) { fmt.Fprintln(w, j) return } + if tmp == "/update" { + return + } if tmp == "/list" { findFile(w, "files/repomap") return |
