From 222ab374d53a206332b1ab51c7c43f6d5dc7a31e Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Tue, 8 Aug 2017 22:09:05 -0400 Subject: yep --- functions/index.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 functions/index.js (limited to 'functions/index.js') diff --git a/functions/index.js b/functions/index.js new file mode 100644 index 0000000..ee451f6 --- /dev/null +++ b/functions/index.js @@ -0,0 +1,2 @@ +module.exports = () => 'Welcome to Micro' +exports.what = () => 'What' -- cgit v1.3