41fb13c33
8fffe21a7
1
2 3 4 5
6 7 8 9 10
import express from 'express' function activityPubResponse (data: any, res: express.Response) { return res.type('application/activity+json; charset=utf-8') .json(data) } export { activityPubResponse }