1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-04-19 05:14:37 +00:00

fix: 8dfa2760f0d74cd16ef1a2357506abc33179671a

This commit is contained in:
Baoshuo Ren 2023-01-31 08:26:36 +08:00
parent 8dfa2760f0
commit 47ef361220
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

@ -54,7 +54,7 @@ class UOJRemoteProblem {
}
return [
'content-type' => $curl->response_headers['Content-Type'],
'content-type' => $curl->responseHeaders['Content-Type'],
'response' => $curl->response,
];
});