I have this in web2py/routes.py and never see /init or /init/default:
routers = dict(
BASE = dict(
default_application = 'init',
map_static=True,
),
)
I have this in web2py/routes.py and never see /init or /init/default:
routers = dict(
BASE = dict(
default_application = 'init',
map_static=True,
),
)