NyaaV3/nyaa/views/__init__.py
Kfir Hadas 911fbc317f Move static routes into a blueprint
and update templates

Routes:
* /help
* /rules
* /xmlns/nyaa
* /about (commented out)
2017-07-27 14:14:00 +03:00

5 lines
56 B
Python

from nyaa.views import (
site,
)
site_bp = site.bp