mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-10-29 09:15:33 +00:00
cache reset on reparse
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user