mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-12-10 05:19:46 +05:00
фикс небольшого обосрамса
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user