Ground-Zerro / Phobos Public
Code Issues Pull requests Actions Releases View on GitHub ↗
138 B typescript
export default definePermissionEventHandler('admin', 'any', async () => {
  const hooks = await Database.hooks.get();
  return hooks;
});