mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
appstore: favicon
This commit is contained in:
parent
f332c8049d
commit
c6cfcfdc78
2 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ app.secret_key = ''.join([str(random.randint(0, 9)) for i in range(99)])
|
|||
|
||||
@app.route('/favicon.ico')
|
||||
def favicon():
|
||||
return send_from_directory('assets', 'ynh_logo_packaging.png')
|
||||
return send_from_directory('assets', 'favicon.png')
|
||||
|
||||
|
||||
@app.route('/login_using_discourse')
|
||||
|
|
BIN
store/assets/favicon.png
Normal file
BIN
store/assets/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Loading…
Add table
Reference in a new issue