cleaned up webhooks package

This commit is contained in:
2026-01-24 12:47:54 -07:00
parent ff231897df
commit d6d0bf1b4c
5 changed files with 13 additions and 15 deletions
@@ -12,7 +12,7 @@ import (
"github.com/gin-gonic/gin"
)
func Webhooks(
func Routes(
r *gin.RouterGroup,
logger *logging.Logger,
db *raw_events.Store,