feat: add CORS handling
This commit is contained in:
@@ -37,7 +37,7 @@ class Task
|
||||
public function __construct($status = TaskStatus::STARTED)
|
||||
{
|
||||
$this->statusId = $status;
|
||||
|
||||
$this->createdAt = Carbon::now();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user