We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438b8a9 commit 47fb89eCopy full SHA for 47fb89e
1 file changed
website/web/__init__.py
@@ -50,7 +50,7 @@ def index():
50
def asn_details():
51
load_session()
52
if 'asn' not in session:
53
- return redirect(url_for('/'))
+ return redirect(url_for('index'))
54
asn_descriptions = bgpranking.get_asn_descriptions(asn=session['asn'], all_descriptions=True)['response']
55
sources = bgpranking.get_sources(date=session['date'])['response']
56
prefix = session.pop('prefix', None)
0 commit comments