Skip to content

Commit

Permalink
Super duper
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubz committed Apr 13, 2024
1 parent b025836 commit 55ff04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babybuddy/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def process_request(self, request):
# Exclude API paths using token authentication.
if request.path.startswith("api/"):
return None
return super().process_request(self, request)
return super().process_request(request)


class HomeAssistant:
Expand Down

0 comments on commit 55ff04e

Please sign in to comment.