Skip to content

Commit

Permalink
Fixed log-viewer route
Browse files Browse the repository at this point in the history
  • Loading branch information
kreaweb.be committed Jul 8, 2024
1 parent 1c25ec6 commit 728c77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/back/components/home-stats.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<div class="alert alert-secondary p-2" role="alert">
<p>This application also has a built-in (only available when the user is <b>Developer</b>) :</p>
<ul>
<li><a href="{{ url('/back/developer/log-monitor') }}" target="_blank">Log Viewer</a></li>
<li><a href="{{ url('/log-viewer') }}" target="_blank">Log Viewer</a></li>
<li><a href="{{ route('back.backups.index') }}">Backup manager</a></li>
</ul>
</div>
Expand Down

0 comments on commit 728c77b

Please sign in to comment.