feat: write REST API endpoint to create step
This commit is contained in:
@@ -82,6 +82,8 @@ class Step extends Base {
|
||||
});
|
||||
|
||||
get webhookUrl() {
|
||||
if (!this.webhookPath) return null;
|
||||
|
||||
return new URL(this.webhookPath, appConfig.webhookUrl).toString();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user