mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
fix routing
This commit is contained in:
@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
<h1>Debug</h1>
|
<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 -->
|
<!-- Input and Submit elements -->
|
||||||
|
|
||||||
<button type="submit" value="Submit">Follow</button>
|
<button type="submit" value="Submit">Follow</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
||||||
<form asp-controller="Debug" asp-action="PostNote" method="post">
|
<form asp-controller="Debuging" asp-action="PostNote" method="post">
|
||||||
<!-- Input and Submit elements -->
|
<!-- Input and Submit elements -->
|
||||||
|
|
||||||
<button type="submit" value="Submit">Post Note</button>
|
<button type="submit" value="Submit">Post Note</button>
|
||||||
|
Reference in New Issue
Block a user