Redirect start to browse page
This commit is contained in:
parent
a1f72f4620
commit
44b26b94eb
1
app.py
1
app.py
|
@ -213,6 +213,7 @@ def property_query_page(property_id):
|
||||||
|
|
||||||
@app.route('/')
|
@app.route('/')
|
||||||
def start():
|
def start():
|
||||||
|
return redirect(url_for('browse_page'))
|
||||||
return random_artwork()
|
return random_artwork()
|
||||||
username = wikidata_oauth.get_username()
|
username = wikidata_oauth.get_username()
|
||||||
username = None
|
username = None
|
||||||
|
|
Loading…
Reference in a new issue