This works for me in web2py/routes.py:

routers = dict(

    # base router
    BASE = dict(
        default_application = 'myapp',
    )
)

-- 



Reply via email to