mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Whitespace removed
This commit is contained in:
@@ -372,7 +372,7 @@ class API extends CI_Controller {
|
||||
$this->logbook_model->import($record);
|
||||
|
||||
};
|
||||
http_response_code(201 );
|
||||
http_response_code(201);
|
||||
echo json_encode(['status' => 'created', 'type' => $obj['type'], 'string' => $obj['string']]);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user