|
@@ -106,10 +106,6 @@ func main() {
|
|
|
|
|
|
|
|
|
if res.Response(w, r, func(w http.ResponseWriter, r *http.Request, i *resource.OneResource) {
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
w.Header().Set("Cache-Control", "public, max-age=31536000")
|
|
|
if consts.ParamDebug && i.Path == "assets/cp/scripts.js" {
|
|
|
w.Write([]byte("window.fave_debug=true;"))
|