* Rewrite webhook edit ui.

This commit is contained in:
wangyidong
2023-11-02 10:36:02 +08:00
parent feac8d65b7
commit 4f021b93d5
11 changed files with 408 additions and 4 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ class webhook extends control
$this->webhook->delete(TABLE_WEBHOOK, $id);
if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError()));
$this->send(array('result' => 'success'));
return $this->sendSuccess(array('load' => $this->createLink('webhook', 'true')));
}
/**