Revert "Реализована страница 404 ошибки"

This reverts commit c2d0cb93cb.
This commit is contained in:
ErickSkrauch
2016-07-29 09:56:25 +03:00
parent c03021403a
commit 22f80576bd
3 changed files with 3 additions and 28 deletions

View File

@@ -9,7 +9,7 @@ func NotFound(w http.ResponseWriter, r *http.Request) {
json, _ := json.Marshal(map[string]string{
"status": "404",
"message": "Not Found",
"link": "http://docs.ely.by/skin-system.html",
"link": "http://docs.ely.by",
})
w.Header().Set("Content-Type", "application/json")