mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-27 12:33:54 +00:00
9 lines
98 B
TypeScript
9 lines
98 B
TypeScript
export const get = async () => {
|
|
return {
|
|
status: 200,
|
|
body: {
|
|
message: 'Nope'
|
|
}
|
|
};
|
|
};
|