Canary deployments for fission functions. (#892)
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
module.exports = async function(context) {
|
||||
return {
|
||||
status: 200,
|
||||
body: "Hello, world!\n"
|
||||
body: "hello, world!\n"
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user