mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Allow Content-Type
This commit is contained in:
@@ -32,7 +32,7 @@ impl ResponseJsonFor<Body> for VersionContext {
|
||||
json::object! {},
|
||||
true,
|
||||
self.ctx,
|
||||
allow_headers = [X_TOKEN],
|
||||
allow_headers = [CONTENT_TYPE, X_TOKEN],
|
||||
GET,
|
||||
OPTIONS,
|
||||
POST
|
||||
|
||||
Reference in New Issue
Block a user