|
@@ -7,9 +7,9 @@
|
|
|
|
|
|
@section('content')
|
|
|
<div class="flex-row">
|
|
|
- <form method="POST" action="http://127.0.0.1:4000/logout" class="inline-flex">
|
|
|
+ <form method="POST" action="/logout" class="inline-flex">
|
|
|
@csrf
|
|
|
- <button class="btn-primary" href="http://127.0.0.1:4000/logout" onclick="event.preventDefault();
|
|
|
+ <button class="btn-primary" href="/logout" onclick="event.preventDefault();
|
|
|
this.closest('form').submit();">
|
|
|
Logout
|
|
|
</button>
|