Webhook exception for Meta pages
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ec3d980472
commit
690ee01542
@ -39,6 +39,10 @@ EXEMPT_URLS += [
|
||||
re.compile(r"^bots/webhook/.+/$"), # con <bot_name> al final
|
||||
]
|
||||
|
||||
# Webhook de Facebook Pages (pxy_meta_pages)
|
||||
EXEMPT_URLS += [
|
||||
re.compile(r"^pxy_meta_pages/webhook/?$"),
|
||||
]
|
||||
|
||||
class LoginRequiredMiddleware(MiddlewareMixin):
|
||||
def process_request(self, request):
|
||||
|
Loading…
x
Reference in New Issue
Block a user