mirror of
https://example.com
synced 2024-11-24 03:56:38 +09:00
fix http-signature
This commit is contained in:
parent
dea1322847
commit
fd5595724c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import * as assert from 'assert';
|
||||
import httpSignature from 'http-signature';
|
||||
import httpSignature from '@peertube/http-signature;
|
||||
import { genRsaKeyPair } from '../src/misc/gen-key-pair.js';
|
||||
import { createSignedPost, createSignedGet } from '../src/remote/activitypub/ap-request.js';
|
||||
|
||||
|
|
Loading…
Reference in a new issue