add tag task and varioius cleanup

This commit is contained in:
Dave Horton
2020-01-29 15:27:20 -05:00
parent bed4fa1f42
commit 92acd50595
17 changed files with 278 additions and 111 deletions

View File

@@ -10,6 +10,7 @@ class TaskRedirect extends Task {
this.action = this.data.action;
this.method = this.data.method || 'POST';
this.auth = this.data.auth;
}
get name() { return TaskName.Redirect; }