Added rudimentary API documentation to README.
This commit is contained in:
@@ -19,7 +19,6 @@ async function fetchTagsApi(req, res) {
|
||||
res.send({ tags });
|
||||
}
|
||||
|
||||
|
||||
module.exports = {
|
||||
fetchTag: fetchTagApi,
|
||||
fetchTags: fetchTagsApi,
|
||||
|
||||
Reference in New Issue
Block a user