https://github.com/ETCBC/shebanq
Raw File
Tip revision: 25e30accad6990bc0fd9831e5e75801a5994e25f authored by Dirk Roorda on 20 October 2021, 14:17:43 UTC
docs
Tip revision: 25e30ac
web2py-routes.py
# at production: copy this file to /opt/web-apps/web2py as routes.py
routers = dict(
    BASE = dict(
        default_application='shebanq',
        root_static=[
            'robots.txt',
            'favicon.ico',
            'apple-touch-icon.png',
            'google9e12b65b9e77c1da.html',
        ],
    )
)

back to top