mirror of
https://github.com/turbomaster95/coderrrrr.git
synced 2025-05-11 04:30:14 +00:00
ssssdd
This commit is contained in:
parent
3e6aabe138
commit
9803161404
@ -19,6 +19,8 @@ export default async function (req: VercelRequest, res: VercelResponse) {
|
||||
"inbox": "https://coderrrrr.site/api/activitypub/inbox",
|
||||
"preferredUsername": "coder",
|
||||
"name": "Deva Midhun's blog",
|
||||
"discoverable": true,
|
||||
"indexable": true,
|
||||
"summary": "Software developer & self-hosting enthusiast.",
|
||||
"icon": {
|
||||
"type": "Image",
|
||||
|
@ -1,4 +1,4 @@
|
||||
export function verifySignature(signature:any, publicKeyJson:any) {
|
||||
function verifySignature(signature:any, publicKeyJson:any) {
|
||||
let signatureValid;
|
||||
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user