krz/skunky-art
Alternative privacy frontend for DeviantArt.
clone: git clone https://gitbay.org/krz/skunky-art.git
5a8a0987a2db22de6b9dd184bf40a3e2d16c5bbf
unsigned
author: lost+skunk <skunky@ebloid.ru> · 2024-09-03T13:14:19Z
app/router.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) @@ -13,9 +13,10 @@ var Host, Path string func Router() { parsepath := func(path string) map[int]string { - path = "/" if l := len(CFG.URI); len(path) > l { path = path[l-1:] + } else { + path = "/" } parsedpath := make(map[int]string)