Skip to content

Commit

Permalink
feat: Updated dotnet/dotnet-guestbook/src/frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 28, 2024
1 parent 10d0aa1 commit 395b31c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>

<div class="container posts mt-0">
<form class="form-inline" method="POST" action="/post">
<form class="form-inline" method="POST" action="@Url.Action("Post", "Home")">
@Html.AntiForgeryToken()
<label class="sr-only" for="name">Name</label>
<div class="input-group mb-2 mr-sm-2">
Expand Down

0 comments on commit 395b31c

Please sign in to comment.