def static(self, *kargs, **kwargs): """Define the routes to static files the API should expose""" kwargs['api'] = self.api return static(*kargs, **kwargs)