mirror of
https://github.com/sb745/NyaaV3.git
synced 2025-03-12 22:06:55 +02:00

and update templates, and remove unused imports Routes: * /login * /logout * /register * /profile
7 lines
93 B
Python
7 lines
93 B
Python
from nyaa.views import (
|
|
account,
|
|
site,
|
|
)
|
|
|
|
account_bp = account.bp
|
|
site_bp = site.bp
|