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