|
@ -24,7 +24,7 @@ using Wood.Entity; |
|
|
|
|
|
|
|
|
namespace TaskManager.Controllers |
|
|
namespace TaskManager.Controllers |
|
|
{ |
|
|
{ |
|
|
[AllowAnonymous] |
|
|
//[AllowAnonymous]
|
|
|
public class RecurringJobBaseController :ControllerBase, IDoExecute, IScoped |
|
|
public class RecurringJobBaseController :ControllerBase, IDoExecute, IScoped |
|
|
{ |
|
|
{ |
|
|
protected string appKey = "8EG566b9bedd2bf46d"; |
|
|
protected string appKey = "8EG566b9bedd2bf46d"; |
|
|