Skip to content

Commit 95d7083

Browse files
committed
Update register.blade.php
1 parent c07377b commit 95d7083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/auth/register.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</div>
1919
@endif
2020

21-
<form class="form-horizontal" role="form" method="POST" action="/auth/register">
21+
<form class="form-horizontal" role="form" method="POST" action="{{ url('/auth/register') }}">
2222
<input type="hidden" name="_token" value="{{ csrf_token() }}">
2323

2424
<div class="form-group">

0 commit comments

Comments
 (0)