Chore: minor rename

This commit is contained in:
xjasonlyu
2022-03-29 14:12:25 +08:00
parent 201e79ac71
commit 20fe2e4cd8
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ import (
const defaultInterval = 1000
func init() {
addMountPoint("/connections", connectionRouter())
registerMountPoint("/connections", connectionRouter())
}
func connectionRouter() http.Handler {