profile.get.ts 141 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 import { getMockSettingsProfile } from '../../utils/mock-settings' export default eventHandler(() => { return getMockSettingsProfile() })