This commit is contained in:
Andras Bacsai 2023-08-15 16:28:38 +02:00
parent 56161e8e0d
commit 878db64878

View File

@ -175,10 +175,6 @@
}
});
if (is_cloud()) {
Route::get('/test', function () {
return 'OK';
});
Route::get('/waitlist/confirm', function () {
$email = request()->get('email');
$confirmation_code = request()->get('confirmation_code');
@ -298,4 +294,3 @@
return response('OK');
}
});
}