This commit is contained in:
tianshujie
2021-10-19 18:12:08 +08:00
parent 71c5b684fd
commit 8d08c9cf1a
+1 -1
View File
@@ -221,7 +221,7 @@ class api extends control
$this->action->create('apistruct', $id, 'Created');
if(dao::isError()) return $this->sendError(dao::getError());
return $this->sendSuccess(array('locate' => helper::createLink('api', 'editStruct', "libID=$libID&structID=$id")));
return $this->sendSuccess(array('locate' => helper::createLink('api', 'struct', "libID=$libID")));
}
$options = array();