summaryrefslogtreecommitdiff
path: root/app/router.go
diff options
context:
space:
mode:
authorlost+skunk <[email protected]>2024-11-15 22:43:56 +0300
committerlost+skunk <[email protected]>2024-11-15 22:43:56 +0300
commitf857340dceb7a7499b92af34557d6bf214fceb29 (patch)
treeccb964d41ff074c271276330a984215556efdd22 /app/router.go
parent911923fde11ed1e0efbc56f851f9b50e5e48665d (diff)
downloadskunky-art-f857340dceb7a7499b92af34557d6bf214fceb29.tar.gz
skunky-art-f857340dceb7a7499b92af34557d6bf214fceb29.tar.bz2
skunky-art-f857340dceb7a7499b92af34557d6bf214fceb29.zip
офрцвагргш
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 {