Add a controler for "User" (add and authenticate)
This commit is contained in:
@@ -37,5 +37,7 @@ namespace skydiveLogs_api.Data
|
||||
public ILiteCollection<JumpType> CollOfJumpType => _db.GetCollection<JumpType>();
|
||||
|
||||
public ILiteCollection<Jump> CollOfJump => _db.GetCollection<Jump>();
|
||||
|
||||
public ILiteCollection<User> CollOfUser => _db.GetCollection<User>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user