coolify/src/routes/undead.json.ts

9 lines
98 B
TypeScript
Raw Normal View History

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