mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-23 05:12:03 +00:00
8
src/routes/undead.json.ts
Normal file
8
src/routes/undead.json.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export const get = async () => {
|
||||
return {
|
||||
status: 200,
|
||||
body: {
|
||||
message: 'Nope'
|
||||
}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user