mirror of
https://github.com/bs-community/blessing-skin-manual.git
synced 2024-11-21 00:40:49 +08:00
parent
0d255dfd3c
commit
03367d61a0
@ -9,7 +9,6 @@ const OFFICIAL =
|
||||
|
||||
export default async (request: NowRequest, response: NowResponse) => {
|
||||
response.setHeader('Content-Type', 'image/svg+xml')
|
||||
response.setHeader('Cache-Control', 'no-cache')
|
||||
|
||||
const official = await fetch(OFFICIAL)
|
||||
const { latest }: UpdateInfo = await official.json()
|
||||
|
Loading…
Reference in New Issue
Block a user