xc
This commit is contained in:
parent
efa21d9328
commit
0c68834084
2 changed files with 9 additions and 11 deletions
|
@ -387,7 +387,6 @@ def usersong(username):
|
|||
|
||||
@app.get("/song/<song>")
|
||||
@app.get("/static/song/<song>")
|
||||
@cache.memoize(timeout=2592000)
|
||||
def song(song):
|
||||
resp = make_response(send_from_directory('/songs', song))
|
||||
resp.headers.remove("Cache-Control")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue