add checkin_webhooks table
This commit is contained in:
@@ -21,3 +21,5 @@ Route::middleware('auth')->group(function () {
|
||||
Route::post('/likes', 'Api\\LikeController@store');
|
||||
Route::delete('/likes/{id}', 'Api\\LikeController@destroy');
|
||||
});
|
||||
|
||||
Route::post('/webhooks/checkin/{webhook}', 'Api\\WebhookController@checkin');
|
||||
|
Reference in New Issue
Block a user