Skip to content

Commit

Permalink
Merge branch 'hotfix/bug_logout'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimsoeurn committed Feb 1, 2022
2 parents b17e54b + c0bb74b commit 853185c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
Route::get('user', function () {
return auth()->user();
});
Route::post('logout', [AuthController::class, 'logout']);

Route::apiResource('patients', PatientController::class);

Expand Down

0 comments on commit 853185c

Please sign in to comment.