Skip to content

Commit 316054a

Browse files
author
Fuguh Budi Utomo
committed
add blog post model blog-post.js
1 parent 27c952a commit 316054a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

common/models/blog-post.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
'use strict';
2+
3+
module.exports = function(Blogpost) {
4+
5+
};

0 commit comments

Comments
 (0)