Bot Echo on middleware to bypass login need
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
8f10aebfa2
commit
34d8809bd1
@ -93,6 +93,8 @@ EXEMPT_URLS += [
|
||||
# (Optional) health, if you want it public
|
||||
EXEMPT_URLS += [ re.compile(r"^api/bots/health/?$") ]
|
||||
|
||||
EXEMPT_URLS += [ re.compile(r"^api/bots/echo_render$") ]
|
||||
|
||||
|
||||
class LoginRequiredMiddleware(MiddlewareMixin):
|
||||
def process_request(self, request):
|
||||
|
Loading…
x
Reference in New Issue
Block a user