mirror of
https://github.com/fergalmoran/podnoms.git
synced 2025-12-22 09:18:08 +00:00
Basic re-auth framework in place
This commit is contained in:
@@ -19,7 +19,7 @@ using PodNoms.Api.Services.Storage;
|
||||
namespace PodNoms.Api.Controllers {
|
||||
|
||||
[Route("[controller]")]
|
||||
public class EntryController : AuthController {
|
||||
public class EntryController : UserController {
|
||||
private readonly IPodcastRepository _podcastRepository;
|
||||
private readonly IEntryRepository _repository;
|
||||
private readonly IUnitOfWork _unitOfWork;
|
||||
|
||||
Reference in New Issue
Block a user