Commit 1e92e877 authored by velayat's avatar velayat
Browse files

fix bugs

parent 78e8f3a4
...@@ -8,7 +8,7 @@ import { RequestSchema } from './request.schema'; ...@@ -8,7 +8,7 @@ import { RequestSchema } from './request.schema';
@Module({ @Module({
imports: [ imports: [
MongooseModule.forRoot('mongodb://localhost/netware'), MongooseModule.forRoot('mongodb://localhost/instagram-lottry'),
MongooseModule.forFeature([{ name: 'Request', schema: RequestSchema }]), MongooseModule.forFeature([{ name: 'Request', schema: RequestSchema }]),
MongooseModule.forFeature([{ name: 'Comment', schema: CommentSchema }]), MongooseModule.forFeature([{ name: 'Comment', schema: CommentSchema }]),
MongooseModule.forFeature([{ name: 'AccountFollower', schema: AccountFollowersSchema }]), MongooseModule.forFeature([{ name: 'AccountFollower', schema: AccountFollowersSchema }]),
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Supports Markdown
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