X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-routefs.git/blobdiff_plain/b586273e93a7dd3558347facdad917c649029eb4..7cabb211aef08afe8aacbc91415d992b8a45a669:/routefs/examples/homefs.py diff --git a/routefs/examples/homefs.py b/routefs/examples/homefs.py index 893977b..1666fdd 100755 --- a/routefs/examples/homefs.py +++ b/routefs/examples/homefs.py @@ -13,6 +13,7 @@ import routefs from routes import Mapper class HomeFS(routefs.RouteFS): + controllers = ['getList', 'getUser'] def __init__(self, *args, **kwargs): super(HomeFS, self).__init__(*args, **kwargs) self.cache = {}