Add call to serve atom feed

This commit is contained in:
2024-10-27 15:12:30 +01:00
parent 878f57af08
commit 07e1983fcc
4 changed files with 30 additions and 3 deletions

View File

@ -8,7 +8,7 @@ import (
b "streifling.com/jason/cpolis/cmd/backend"
)
func ServeImage(c *b.Config, s *b.CookieStore) http.HandlerFunc {
func ServeImage(c *b.Config) http.HandlerFunc {
return func(w http.ResponseWriter, r *http.Request) {
if !tokenIsVerified(w, r, c) {
return