Merge pull request #85 from nagisa77/codex/fix-issue-with-deleting-drafts

Fix draft deletion 400 error
This commit is contained in:
Tim
2025-07-06 10:30:47 +08:00
committed by GitHub

View File

@@ -78,7 +78,6 @@ export default {
const res = await fetch(`${API_BASE_URL}/api/drafts/me`, {
method: 'DELETE',
headers: {
'Content-Type': 'application/json',
Authorization: `Bearer ${token}`
}
})