mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 07:45:10 +08:00
9 lines
126 B
TypeScript
9 lines
126 B
TypeScript
await fetch(
|
|
`https://registry-direct.npmmirror.com/@gkd-kit/subscription/sync`,
|
|
{
|
|
method: 'PUT',
|
|
},
|
|
);
|
|
|
|
export {};
|