feat: add CORS handling

This commit is contained in:
2025-04-16 18:51:53 +01:00
parent 646655bc50
commit 18cfc7adba
3 changed files with 46 additions and 17 deletions

View File

@@ -37,7 +37,7 @@ class Task
public function __construct($status = TaskStatus::STARTED)
{
$this->statusId = $status;
$this->createdAt = Carbon::now();
}