🍈👯 Checkpoint

./server.js:617503/1976
./src/api/flavors.js:617503/88
./public/index.html:617503/2808
This commit is contained in:
Glitch (glitch-hello-node)
2021-03-17 18:10:21 +00:00
parent 1ada30cbbb
commit de2e80ac99
3 changed files with 33 additions and 31 deletions
+5 -1
View File
@@ -1 +1,5 @@
const flavors = { }
const flavors = (request, reply) => {
reply("chocolate");
}
module.exports = flavors;