dev: remove auto filter endpoint

This commit is contained in:
pablohashescobar 2023-09-25 16:51:59 +05:30
parent de7a672b79
commit d47efaa0f0
4 changed files with 1 additions and 56 deletions

View file

@ -1,7 +1,3 @@
from django.utils.timezone import make_aware
from django.utils.dateparse import parse_datetime
def filter_state(params, filter, method):
if method == "GET":
states = params.get("state").split(",")