repo sync test

This commit is contained in:
Erik Winter 2023-05-25 12:21:28 +02:00
parent 43f56bf0a7
commit 1c4bad0562
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import (
) )
func main() { func main() {
logger := slog.New(slog.NewTextHandler(os.Stderr, nil)) logger := slog.New(slog.NewTextHandler(os.Stderr, nil))
mflx := bot.NewMiniflux(bot.MinifluxInfo{ mflx := bot.NewMiniflux(bot.MinifluxInfo{
Endpoint: getParam("MINIFLUX_ENDPOINT", "http://localhost:8080"), Endpoint: getParam("MINIFLUX_ENDPOINT", "http://localhost:8080"),