1
2
3
export const malva_endpoint = (...args) => {
return JSON.stringify({ type: 1 });
};