profile.get.ts 141 Bytes
import { getMockSettingsProfile } from '../../utils/mock-settings'

export default eventHandler(() => {
  return getMockSettingsProfile()
})