fix on better routes

This commit is contained in:
Ludovic CANDELLIER
2022-11-24 17:41:57 +01:00
parent ee1511962b
commit 966e687509
8 changed files with 15 additions and 21 deletions

View File

@@ -27,12 +27,12 @@
</li>
@else
<li class="dropdown-item">
<a href="{{ route('login') }}" title="Identifiez-vous" rel="nofollow">
<a href="{{ route('Shop.login') }}" title="Identifiez-vous" rel="nofollow">
<span>Connexion</span>
</a>
</li>
<li class="dropdown-item">
<a href="{{ route('register') }}" title="Enregistrez-vous" rel="nofollow">
<a href="{{ route('Shop.register') }}" title="Enregistrez-vous" rel="nofollow">
<span>Creer votre compte</span>
</a>
</li>