198b240755
* get ip and hostnames * use heroicons * add host field * get private info * unstyled prototype * styled select * add to setup * fix types
5 lines
126 B
TypeScript
5 lines
126 B
TypeScript
export default defineSetupEventHandler(4, async () => {
|
|
const result = await cachedGetIpInformation();
|
|
return result;
|
|
});
|