Skip to content

Commit

Permalink
Remove / End Of APP_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
SupianIDz committed Feb 26, 2023
1 parent d430a91 commit 370983d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/impersonate.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
active: {{ $impersonate->isInImpersonation() ? 'true' : 'false' }},
config: {
token: '{{ csrf_token() }}',
route: '{{ config('app.url') }}',
route: '{{ rtrim(config('app.url'), '/') }}',
delay: '{{ config('impersonate.interface.delay') }}',
width: '{{ config('impersonate.interface.width') }}',
},
Expand Down

0 comments on commit 370983d

Please sign in to comment.