はじまりの大地
このコミットが含まれているのは:
@@ -0,0 +1,12 @@
|
||||
import { doRequest } from '@peertube/peertube-server/core/helpers/requests.js'
|
||||
|
||||
export function makePOSTAPRequest (url: string, body: any, httpSignature: any, headers: any) {
|
||||
const options = {
|
||||
method: 'POST' as 'POST',
|
||||
json: body,
|
||||
httpSignature,
|
||||
headers
|
||||
}
|
||||
|
||||
return doRequest(url, options)
|
||||
}
|
||||
新しい課題から参照
ユーザをブロックする