fix routes

This commit is contained in:
Ludovic CANDELLIER
2022-11-24 17:48:08 +01:00
parent 966e687509
commit 533b63f8fb
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
Déconnexion
</a>
<form id="logout-form" action="{{ route('logout') }}" method="POST" style="display: none;">
<form id="logout-form" action="{{ route('Shop.logout') }}" method="POST" style="display: none;">
@csrf
</form>