Add README

This commit is contained in:
Shu Uesugi
2020-04-02 23:07:24 -07:00
parent b20c3b504f
commit 5a69883283
18 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export default (req, res) => {
res.status(200).json({ text: 'Hello' })
}