mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
No need to send this, it's got a default, refs #1603
This commit is contained in:
parent
0467723ee5
commit
b2eebf5ebf
1 changed files with 0 additions and 1 deletions
|
|
@ -187,7 +187,6 @@ async def favicon(request, send):
|
||||||
send,
|
send,
|
||||||
str(FAVICON_PATH),
|
str(FAVICON_PATH),
|
||||||
content_type="image/png",
|
content_type="image/png",
|
||||||
chunk_size=4096,
|
|
||||||
headers={"Cache-Control": "max-age=3600, immutable, public"},
|
headers={"Cache-Control": "max-age=3600, immutable, public"},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue