Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
shahriar
instagram-service
Commits
1e92e877
Commit
1e92e877
authored
Jul 29, 2021
by
velayat
Browse files
fix bugs
parent
78e8f3a4
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
src/app.module.ts
View file @
1e92e877
...
...
@@ -8,7 +8,7 @@ import { RequestSchema } from './request.schema';
@
Module
({
imports
:
[
MongooseModule
.
forRoot
(
'
mongodb://localhost/
netware
'
),
MongooseModule
.
forRoot
(
'
mongodb://localhost/
instagram-lottry
'
),
MongooseModule
.
forFeature
([{
name
:
'
Request
'
,
schema
:
RequestSchema
}]),
MongooseModule
.
forFeature
([{
name
:
'
Comment
'
,
schema
:
CommentSchema
}]),
MongooseModule
.
forFeature
([{
name
:
'
AccountFollower
'
,
schema
:
AccountFollowersSchema
}]),
...
...
src/app.service.ts
View file @
1e92e877
This diff is collapsed.
Click to expand it.
src/followers.json
View file @
1e92e877
This diff is collapsed.
Click to expand it.
src/followers_data.ts
View file @
1e92e877
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment