Adding NodeJS version 12 env (#1683)
Co-authored-by: Rahul Bhati <rjbhati009@gmail.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
module.exports = async function (context) {
|
||||
return {
|
||||
status: 200,
|
||||
body: "hello, world!\n",
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user