mirror of https://github.com/wg-easy/wg-easy
6 changed files with 24 additions and 6 deletions
@ -0,0 +1,4 @@ |
|||
export default defineSetupEventHandler(4, async () => { |
|||
const result = await cachedGetIpInformation(); |
|||
return result; |
|||
}); |
Loading…
Reference in new issue