summaryrefslogtreecommitdiff
path: root/app/router.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/router.go')
-rwxr-xr-xapp/router.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/router.go b/app/router.go
index ac65c3d..13e8415 100755
--- a/app/router.go
+++ b/app/router.go
@@ -52,7 +52,7 @@ func Router() {
return fileReaded
}
- // функция, что управляет всем
+ // the function that drives everything
handle := func(w http.ResponseWriter, r *http.Request) {
path := parsepath(r.URL.Path)
Host = "http://" + r.Host