Skip to content
Snippets Groups Projects

Get people

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -55,4 +55,4 @@ export class People {
@@ -55,4 +55,4 @@ export class People {
export const PeopleSchema = SchemaFactory.createForClass(People);
export const PeopleSchema = SchemaFactory.createForClass(People);
PeopleSchema.index({ id: 1 }, { unique: true });
PeopleSchema.index({});
\ No newline at end of file
\ No newline at end of file
Loading