mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 20:57:45 +03:00
add favicon
This commit is contained in:
parent
511404d23f
commit
9d6d4a2fb8
16 changed files with 895 additions and 1 deletions
|
@ -81,6 +81,7 @@ async def connect(sid, environ):
|
|||
def index(request):
|
||||
return web.FileResponse('ui/dist/metube/index.html')
|
||||
|
||||
routes.static('/favicon/', 'favicon')
|
||||
routes.static('/', 'ui/dist/metube')
|
||||
|
||||
app.add_routes(routes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue