We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26df20a commit 69f72b5Copy full SHA for 69f72b5
server/src/user/entity/user.entity.ts
@@ -71,7 +71,7 @@ export class User {
71
@Prop({
72
type: String,
73
required: true,
74
- default: '/assets/default-profile.png',
+ default: '/img/note-block-pfp.jpg',
75
})
76
profileImage: string;
77
0 commit comments