fix routing
This commit is contained in:
parent
07e5f33613
commit
1bcb00cdd5
1 changed files with 2 additions and 2 deletions
|
@ -5,14 +5,14 @@
|
|||
|
||||
<h1>Debug</h1>
|
||||
|
||||
<form asp-controller="Debug" asp-action="Follow" method="post">
|
||||
<form asp-controller="Debuging" asp-action="Follow" method="post">
|
||||
<!-- Input and Submit elements -->
|
||||
|
||||
<button type="submit" value="Submit">Follow</button>
|
||||
</form>
|
||||
|
||||
|
||||
<form asp-controller="Debug" asp-action="PostNote" method="post">
|
||||
<form asp-controller="Debuging" asp-action="PostNote" method="post">
|
||||
<!-- Input and Submit elements -->
|
||||
|
||||
<button type="submit" value="Submit">Post Note</button>
|
||||
|
|
Reference in a new issue