mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
added dep header
This commit is contained in:
parent
cc7783f073
commit
098e11240e
@ -39,6 +39,12 @@ export default {
|
|||||||
transformations: transformations,
|
transformations: transformations,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
res.header("deprecated", "true")
|
||||||
|
res.header(
|
||||||
|
"deprecation-replacement",
|
||||||
|
"Use the new chunked upload API endpoint",
|
||||||
|
)
|
||||||
|
|
||||||
return result
|
return result
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user