fix routing

This commit is contained in:
Nicolas Constant 2020-07-22 19:25:17 -04:00
parent 07e5f33613
commit 1bcb00cdd5
No known key found for this signature in database
GPG key ID: 1E9F677FB01A5688

View file

@ -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>