mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-24 12:33:17 +00:00
hmm
This commit is contained in:
@@ -175,10 +175,6 @@ Route::post('/source/github/events', function () {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if (is_cloud()) {
|
|
||||||
Route::get('/test', function () {
|
|
||||||
return 'OK';
|
|
||||||
});
|
|
||||||
Route::get('/waitlist/confirm', function () {
|
Route::get('/waitlist/confirm', function () {
|
||||||
$email = request()->get('email');
|
$email = request()->get('email');
|
||||||
$confirmation_code = request()->get('confirmation_code');
|
$confirmation_code = request()->get('confirmation_code');
|
||||||
@@ -298,4 +294,3 @@ if (is_cloud()) {
|
|||||||
return response('OK');
|
return response('OK');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user