aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 8237f90..15e7281 100644
--- a/main.go
+++ b/main.go
@@ -641,7 +641,7 @@ func main() {
//http.Handle("/docs/", http.StripPrefix("/docs/", http.FileServer(http.Dir("docs"))))
http.Handle("/static/", http.StripPrefix("/static/", http.FileServer(http.Dir("static"))))
http.HandleFunc("/", index)
- http.HandleFunc("/createuser", createuser)
+ //http.HandleFunc("/createuser", createuser)
http.HandleFunc("/login", login)
http.HandleFunc("/logout", logout)
http.HandleFunc("/upload", upload)