cache reset on reparse

This commit is contained in:
Simon Martens
2025-05-20 17:13:54 +02:00
parent 625cf05322
commit b5b682794a
2 changed files with 4 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ func Register(server server.Server, cfg config.Config) {
// INFO: we map the webhook when a secret was provided
if cfg.WebHookSecret != "" {
server.Server.Post(cfg.WebHookEndpoint, PostWebhook(cfg))
server.Server.Post(cfg.WebHookEndpoint, PostWebhook(cfg, server))
}
}