Files
wg-easy-ca-lose/src/server/api/setup/4.get.ts
T
Bernd Storath 198b240755 Feat: Suggest IP or Hostname (#1739)
* get ip and hostnames

* use heroicons

* add host field

* get private info

* unstyled prototype

* styled select

* add to setup

* fix types
2025-03-14 10:33:02 +01:00

5 lines
126 B
TypeScript

export default defineSetupEventHandler(4, async () => {
const result = await cachedGetIpInformation();
return result;
});