Added rudimentary API documentation to README.

This commit is contained in:
DebaucheryLibrarian
2020-10-17 22:54:00 +02:00
parent e6c52002f0
commit ca22aedaaa
3 changed files with 20 additions and 4 deletions

View File

@@ -19,7 +19,6 @@ async function fetchTagsApi(req, res) {
res.send({ tags });
}
module.exports = {
fetchTag: fetchTagApi,
fetchTags: fetchTagsApi,