|
@@ -17,7 +17,7 @@ var (
|
|
|
|
|
|
func WebHookAuthMiddleware() web.FilterFunc {
|
|
func WebHookAuthMiddleware() web.FilterFunc {
|
|
return func(ctx *context.Context) {
|
|
return func(ctx *context.Context) {
|
|
- if strings.Contains(ctx.Input.URL(), "payment") || strings.Contains(ctx.Input.URL(), "es/delete") {
|
|
|
|
|
|
+ if strings.Contains(ctx.Input.URL(), "es/delete") {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
body := ctx.Input.RequestBody
|
|
body := ctx.Input.RequestBody
|