From 5477a7dd26384ed3c8b3814ee677f755ad27a597 Mon Sep 17 00:00:00 2001 From: PengXiaoPeng Date: Sat, 22 Jul 2023 16:47:26 +0800 Subject: [PATCH] code: update test token --- src/api/github.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/github.ts b/src/api/github.ts index e0e1314..85f2a8c 100644 --- a/src/api/github.ts +++ b/src/api/github.ts @@ -31,7 +31,7 @@ const putPic = async (file: any) => { path, } await fetch(imageUrl, body, 'put', { - Authorization: 'token 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', + Authorization: 'token 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', 'Content-Type': 'application/json; charset=utf-8', }) return `https://fastly.jsdelivr.net/gh/shawnphang/files@main/${path}`