We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ed09c commit 2b23f2eCopy full SHA for 2b23f2e
app/Http/Controllers/Api/V1/SiteController.php
@@ -53,6 +53,8 @@ public function register(Request $request): JsonResponse
53
$site->key = $key;
54
$site->url = $url;
55
56
+ $site->save();
57
+
58
CheckSiteHealth::dispatch($site);
59
60
return $this->ok();
0 commit comments