mirror of
https://github.com/vinliao/nashboard-old.git
synced 2025-12-17 04:35:15 +01:00
6 lines
128 B
JavaScript
6 lines
128 B
JavaScript
exports.handler = async function () {
|
|
return {
|
|
statusCode: 200,
|
|
body: JSON.stringify({ message: 'Success!' }),
|
|
};
|
|
}; |