X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-routefs.git/blobdiff_plain/ddcc85d37d43d8e7ac5f6caf31e07608818aab4d..96ed381b595abe28790d066dc6dbdd31702894ae:/routefs/examples/homefs.py?ds=sidebyside 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 = {}