mirror of
https://github.com/elyby/chrly.git
synced 2025-05-31 14:11:51 +05:30
Revert "Реализована страница 404 ошибки"
This reverts commit c2d0cb93cb
.
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user