mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
added redirect verb
This commit is contained in:
@@ -25,6 +25,10 @@ class Task extends Emitter {
|
||||
return this.cs;
|
||||
}
|
||||
|
||||
toJSON() {
|
||||
return this.data;
|
||||
}
|
||||
|
||||
async exec(cs) {
|
||||
this.cs = cs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user