mirror of
https://github.com/elyby/chrly.git
synced 2025-05-31 14:11:51 +05:30
Корректировка под более-менее финальную версию протокола
This commit is contained in:
@@ -20,7 +20,7 @@ func Skin(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
|
||||
http.Redirect(w, r, rec.Url, 301);
|
||||
http.Redirect(w, r, tools.BuildElyUrl(rec.Url), 301);
|
||||
}
|
||||
|
||||
func SkinGET(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
Reference in New Issue
Block a user