Adding DELETE /project/{prj_uid}, is working, and more changes for PUT method

This commit is contained in:
Erik Amaru Ortiz
2014-01-24 17:55:42 -04:00
parent 7a2f0531f7
commit 72fbe36660
7 changed files with 333 additions and 11 deletions

View File

@@ -104,6 +104,7 @@ class ProcessProxy extends HttpProxyController
} catch (Exception $e) {
$this->success = false;
$this->msg = $e->getMessage();
$this->trace = $e->getTraceAsString();
}
}