Changing status code to return on POST /project request

This commit is contained in:
Erik Amaru Ortiz
2013-12-17 11:24:37 -04:00
parent 3ad16f0ccc
commit b544c24220

View File

@@ -26,6 +26,9 @@ class Project extends Api
}
}
/**
* @status 201
*/
function post($request_data)
{
try {