Merge pull request #334 from Linuturk/simpletypo
Typo in Comments: serce => serve
This commit is contained in:
commit
40fe430581
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ func setupStatic() {
|
|||
w.Header().Add("Cache-Control", "no-cache")
|
||||
}
|
||||
|
||||
// serce images
|
||||
// serve images
|
||||
images.ServeHTTP(w, r)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue