diff options
| author | Wes Bos <wesbos@gmail.com> | 2017-08-08 22:09:05 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2017-08-08 22:09:05 -0400 |
| commit | 222ab374d53a206332b1ab51c7c43f6d5dc7a31e (patch) | |
| tree | 2b446d96bfc6c7efab07f3d0fbb84d96ecb1253b /functions/index.js | |
yep
Diffstat (limited to 'functions/index.js')
| -rw-r--r-- | functions/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
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' |
