initial production release 🎉
This commit is contained in:
5
api/routes/v1/undead.js
Normal file
5
api/routes/v1/undead.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = async function (fastify) {
|
||||
fastify.get('/', async (request, reply) => {
|
||||
reply.code(200).send('NO')
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user