From 763019f0c5cd0715969c9c3f9382b7c90443f238 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sun, 10 Aug 2025 22:56:36 +0800 Subject: [PATCH] doc: update custom api help --- custom-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-api.md b/custom-api.md index 7070dff..c1e54ef 100644 --- a/custom-api.md +++ b/custom-api.md @@ -98,7 +98,7 @@ Request Hook (text, from, to, url, key) => [url, { method: "POST", headers: { - "Authorization": Bearer ${key}, + "Authorization": `Bearer ${key}`, "Content-type": "application/json", }, body: JSON.stringify({