From 9dc11d170a3badcd8741a339ac3aa541c98e6741 Mon Sep 17 00:00:00 2001 From: "Harry (hjbdev)" Date: Sun, 30 Mar 2025 14:23:22 +0000 Subject: [PATCH] ok! --- routes/web.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/routes/web.php b/routes/web.php index c98084a..3333a42 100644 --- a/routes/web.php +++ b/routes/web.php @@ -80,6 +80,8 @@ Route::get('/provision-callback', function (Request $request) { $server->update([ 'status' => ServerStatus::ACTIVE, ]); + + return response('OK', 200); })->name('provision.callback'); require __DIR__ . '/settings.php';