summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index 0e1b544..705f302 100644
--- a/main.go
+++ b/main.go
@@ -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