fix routes

This commit is contained in:
Ludovic CANDELLIER
2022-11-24 17:48:08 +01:00
parent 3a18679a1c
commit c1a9c21e52
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>