yet-another-blog/backend/permissions.js

4 lines
59 B
JavaScript

function postBlog(user) {}
module.exports = { postBlog };