mirror of
https://github.com/sern-handler/tools
synced 2026-06-06 01:16:59 +00:00
12 lines
173 B
JavaScript
12 lines
173 B
JavaScript
import poster from '../dist/core/poster.mjs';
|
|
|
|
const send = await poster.client("");
|
|
|
|
const req = await send("global/get-all", {
|
|
|
|
});
|
|
|
|
|
|
console.log(await req.json());
|
|
|