serce => serve

This commit is contained in:
Justin Phelps 2014-06-02 15:14:44 -05:00
parent cc9c6c9bde
commit 2d1e25cfb9

View File

@ -122,7 +122,7 @@ func setupStatic() {
w.Header().Add("Cache-Control", "no-cache") w.Header().Add("Cache-Control", "no-cache")
} }
// serce images // serve images
images.ServeHTTP(w, r) images.ServeHTTP(w, r)
}) })
} }