summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index 4ea2d80..e69b3c1 100644
--- a/main.go
+++ b/main.go
@@ -75,7 +75,6 @@ func main() {
log.Println("Registering handlers")
http.HandleFunc("/{$}", handleIndex)
http.HandleFunc("/auth", handleAuth)
- http.HandleFunc("/pw", handlePw)
http.HandleFunc("/ws", handleWs)
log.Printf(