ai cooking
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #133 from paulgmiller/pmiller/stillbad

mime not needed

authored by

Paul Miller and committed by
GitHub
b12b4904 cca332cd

-5
-5
cmd/careme/web.go
··· 16 16 "fmt" 17 17 "html/template" 18 18 "log/slog" 19 - "mime" 20 19 "net/http" 21 20 "os" 22 21 "os/signal" ··· 32 31 var tailwindCSS []byte 33 32 34 33 const sessionDuration = 365 * 24 * time.Hour 35 - 36 - func init() { 37 - _ = mime.AddExtensionType(".css", "text/css") 38 - } 39 34 40 35 func runServer(cfg *config.Config, logsinkCfg logsink.Config, addr string) error { 41 36 cache, err := cache.MakeCache()