Fix on the inserting of images.
This commit is contained in:
@@ -15,7 +15,7 @@ namespace skydiveLogs_api.Data
|
||||
BsonMapper.Global.Entity<Jump>().DbRef(x => x.DropZone, "DropZone");
|
||||
BsonMapper.Global.Entity<Jump>().DbRef(x => x.Gear, "Gear");
|
||||
|
||||
BsonMapper.Global.Entity<Image>().DbRef(x => x.UserId, "User");
|
||||
BsonMapper.Global.Entity<Image>().DbRef(x => x.User, "User");
|
||||
}
|
||||
|
||||
public ILiteCollection<T> GetCollection<T>()
|
||||
|
||||
Reference in New Issue
Block a user