export default defineCachedEventHandler(async () => { return getLocations() }, { maxAge: 60 * 60 * 24 }) // cache 24h