Skip to content
Snippets Groups Projects
Commit 2892e0e9 authored by root's avatar root
Browse files

awstesting

parent e6311508
No related branches found
No related tags found
No related merge requests found
import User from '../models/User.js'; import User from '../models/user.js';
const userService = { const userService = {
async createUser(userData) { async createUser(userData) {
......
import mongoose from 'mongoose'; import mongoose from 'mongoose';
import UserSchema from './User.js'; import UserSchema from './user.js';
const CommentSchema = new mongoose.Schema({ const CommentSchema = new mongoose.Schema({
content: { content: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment