mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-17 07:26:49 +00:00
show toefl word
This commit is contained in:
@@ -2,12 +2,15 @@ from flask import Blueprint, render_template, request
|
||||
|
||||
bp = Blueprint('main', __name__)
|
||||
|
||||
|
||||
@bp.route('/')
|
||||
def word():
|
||||
from rsshub.spiders.word.word import ctx
|
||||
return render_template('main/word.html', **ctx())
|
||||
|
||||
@bp.route('/index')
|
||||
def index():
|
||||
return render_template('main/index.html')
|
||||
|
||||
|
||||
@bp.route('/feeds')
|
||||
def feeds():
|
||||
return render_template('main/feeds.html')
|
||||
|
||||
Reference in New Issue
Block a user