mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 10:34:17 +00:00
9 lines
184 B
JavaScript
9 lines
184 B
JavaScript
export default {
|
|
method: "get",
|
|
route: "/withoutClass",
|
|
fn: async (req, res) => {
|
|
return res.json({
|
|
message: "Im an object endpoint",
|
|
})
|
|
}
|
|
} |