Started Seperating the backend from the frontend
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const mongoose = require("../src/db/mongooseServerUtils");
|
||||
const mongoose = require("../backend/db/mongooseServerUtils");
|
||||
const prompts = require("prompts");
|
||||
const conn = mongoose.connection;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user