dummy change, to enable POST /test again

This commit is contained in:
Erik Amaru Ortiz
2014-01-09 12:26:32 -04:00
parent bf4129f969
commit 015687f338

View File

@@ -15,7 +15,7 @@ class Test3 extends Api
/** /**
* @status 201 * @status 201
*/ */
function post() function post2()
{ {
return array('success' => true); return array('success' => true);
} }