From 840fbf73ecc46f003200a1473ff9649b6c04e7e0 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sat, 4 Nov 2017 18:45:10 +0000 Subject: [PATCH] Don't need this line anymore --- handlers.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/handlers.go b/handlers.go index 1ff50be..fd698fc 100755 --- a/handlers.go +++ b/handlers.go @@ -189,9 +189,6 @@ func handlePageRequest(c *gin.Context) { data, _ := Asset("/static/img/cowyo/favicon.ico") c.Data(http.StatusOK, contentType("/static/img/cowyo/favicon.ico"), data) return - } else if page == "/static/css/custom.css" { - c.Data(http.StatusOK, contentType("custom.css"), customCSS) - return } else if page == "static" { filename := page + command var data []byte