Commit d5df94f7 authored by AravindR-K's avatar AravindR-K

added missing file path (deployment bug)

parent d96e6060
const mongoose = require('mongoose');
const User = require('./models/User');
const User = require('../models/User');
const bcrypt = require('bcrypt');
const createAdmin = async () => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment