Skip to content

Commit

Permalink
Migrate action routes to /api
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondburned committed Jun 19, 2024
1 parent 25b14fe commit 6b4eda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h3>Averages</h3>
Source code
</a>
<span></span>
<form method="post" action="/notify/test">
<form method="post" action="/api/notify/test">
<button type="submit" class="link-button">Test notification</button>
</form>
</footer>
Expand Down

0 comments on commit 6b4eda8

Please sign in to comment.