fix style

This commit is contained in:
shibafu
2019-04-06 00:28:44 +09:00
parent 5bafe9126a
commit 1b4f621191
3 changed files with 5 additions and 3 deletions

View File

@@ -20,4 +20,4 @@ Route::get('/checkin/card', 'Api\\CardController@show');
Route::middleware('auth')->group(function () {
Route::post('/likes', 'Api\\LikeController@store');
Route::delete('/likes/{id}', 'Api\\LikeController@destroy');
});
});