lasthourcloud/src/routes/undead.json.ts

9 lines
98 B
TypeScript
Raw Normal View History

2022-02-10 15:47:44 +01:00
export const get = async () => {
return {
status: 200,
body: {
message: 'Nope'
}
};
};