Skip to content

Commit

Permalink
Change endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlpp committed Dec 8, 2021
1 parent d7d7197 commit a3fdc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes.php
Expand Up @@ -123,7 +123,7 @@
Route::get('/', [HomeController::class, "index"])
->name("code16.sharp.home");

Route::get('/logout', [LoginController::class, "destroy"])
Route::post('/logout', [LoginController::class, "destroy"])
->name("code16.sharp.logout");

Route::get('/s-list/{entityKey}', [ListController::class, "show"])
Expand Down

0 comments on commit a3fdc00

Please sign in to comment.