""" Custom schema hooks for drf-spectacular """ def custom_preprocessing_hook(endpoints): """ Custom preprocessing hook for drf-spectacular. Currently disabled - returns all endpoints for full schema generation. """ # Return all endpoints without filtering return endpoints