summaryrefslogtreecommitdiff
path: root/app/router.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/router.go')
-rw-r--r--app/router.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/router.go b/app/router.go
index c7dd623..ac65c3d 100644
--- a/app/router.go
+++ b/app/router.go
@@ -11,8 +11,6 @@ import (
var Host string
-// var Path *string
-
func Router() {
parsepath := func(path string) map[int]string {
if l := len(CFG.URI); len(path) > l {