We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8ebb5 commit 80dc054Copy full SHA for 80dc054
functions-build/teaspoon.js
@@ -0,0 +1,6 @@
1
+!function(){
2
+ return{
3
+ statusCode:418,
4
+ body:JSON.stringify({message:"Yello"} )
5
+ }
6
+}
0 commit comments