atyrode / vite

✂️ vite! API shortens your links
http://vite.lol/
The Unlicense
0 stars 0 forks source link

TSK: Add favico and endpoint redirection #16

Open atyrode opened 7 months ago

atyrode commented 7 months ago
@app.get('/favicon.ico', include_in_schema=False)
async def favicon():
    return FileResponse(favicon_path)
atyrode commented 7 months ago

Done, to merge after release