added function tests for fission cli (#2859)
* added function tests for fission cli * code refactor
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
module.exports = async function (context) {
|
||||
return {
|
||||
status: 200,
|
||||
body: "Hello, Fission!\n"
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user