Skip to content
Snippets Groups Projects
Commit 602f53d5 authored by Gwangbin's avatar Gwangbin
Browse files

Fix: some methods changed

parent 14c7e863
No related branches found
No related tags found
No related merge requests found
......@@ -62,4 +62,4 @@ const ArticleSchema = new mongoose.Schema({
const Article = mongoose.model("Article", ArticleSchema);
export default Article;
\ No newline at end of file
export default Article;
......@@ -39,4 +39,4 @@ const userService = {
}
};
export default userService;
\ No newline at end of file
export default userService;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment