summaryrefslogtreecommitdiff
path: root/handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'handlers.go')
-rw-r--r--handlers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers.go b/handlers.go
index 28219e8..08486bf 100644
--- a/handlers.go
+++ b/handlers.go
@@ -6,7 +6,7 @@ import (
)
func init() {
- router.HandleFunc("/version", version)
+ router.HandleFunc("/api/version", version)
}
func version(w http.ResponseWriter, r *http.Request) {