Fixed a bad merge and patched out a message about base url for stable release.
This commit is contained in:
parent
aa710529f0
commit
cb9fa0dda8
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ namespace API.Data
|
|||
public IUserRepository UserRepository => new UserRepository(_context, _userManager, _mapper);
|
||||
public ILibraryRepository LibraryRepository => new LibraryRepository(_context, _mapper);
|
||||
|
||||
public IVolumeRepository VolumeRepository => new VolumeRepository(_context);
|
||||
public IVolumeRepository VolumeRepository => new VolumeRepository(_context, _mapper);
|
||||
|
||||
public ISettingsRepository SettingsRepository => new SettingsRepository(_context, _mapper);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue