export const get = () => ({ message: 'hello' });

export const post = () => 'hello';
