Skip to content
Snippets Groups Projects

Get people

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