mirror of
https://github.com/027xiguapi/code-box.git
synced 2026-05-04 10:38:35 +00:00
11 lines
252 B
TypeScript
11 lines
252 B
TypeScript
import type { PlasmoMessaging } from "@plasmohq/messaging"
|
|
|
|
const handler: PlasmoMessaging.MessageHandler = async (req, res) => {
|
|
// const message = await querySomeApi(req.body.id)
|
|
//
|
|
// res.send({
|
|
// message
|
|
// })
|
|
}
|
|
|
|
export default handler |