Adding new files (images, libraries and php files) for the project michelangelo
This commit is contained in:
14
workflow/engine/controllers/fakeApi.php
Normal file
14
workflow/engine/controllers/fakeApi.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
class FakeApi extends HttpProxyController
|
||||
{
|
||||
|
||||
public function save() {
|
||||
$json = new stdClass();
|
||||
$json->success = true;
|
||||
echo json_encode($json);
|
||||
exit;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user