def guess_type()

in docker-config/webmod/webmod_server.py [0:0]


    def guess_type(self, path: str | PathLike[str]) -> str:
        if path.endswith('/lists'):
            return 'application/json'
        return super().guess_type(path)