460ae85226
Just v2
9 lines
98 B
TypeScript
9 lines
98 B
TypeScript
export const get = async () => {
|
|
return {
|
|
status: 200,
|
|
body: {
|
|
message: 'Nope'
|
|
}
|
|
};
|
|
};
|