mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-24 07:00:49 +08:00
Merge pull request #85 from nagisa77/codex/fix-issue-with-deleting-drafts
Fix draft deletion 400 error
This commit is contained in:
@@ -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}`
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user