This works for me in web2py/routes.py: routers = dict(
# base router
BASE = dict(
default_application = 'myapp',
)
)
--
This works for me in web2py/routes.py: routers = dict(
# base router
BASE = dict(
default_application = 'myapp',
)
)
--