hmm
This commit is contained in:
parent
56161e8e0d
commit
878db64878
@ -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');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user