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

This reverts commit 22f80576bd.
This commit is contained in:
ErickSkrauch
2016-07-29 12:14:32 +03:00
parent 22f80576bd
commit 58c05533f3
3 changed files with 28 additions and 3 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",
"link": "http://docs.ely.by/skin-system.html",
})
w.Header().Set("Content-Type", "application/json")