mirror of
https://github.com/slynn1324/tinypin.git
synced 2026-01-23 10:25:34 +00:00
fix form actions
This commit is contained in:
parent
1aa9d4a278
commit
9050147501
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
<header class="modal-card-head">
|
||||
<p class="modal-card-title">tinypin » log in</p>
|
||||
</header>
|
||||
<form method="post" action="http://localhost:3000/login">
|
||||
<form method="post" action="./login">
|
||||
<section class="modal-card-body">
|
||||
|
||||
<div class="field">
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
<header class="modal-card-head">
|
||||
<p class="modal-card-title">tinypin » create account</p>
|
||||
</header>
|
||||
<form method="post" action="register">
|
||||
<form method="post" action="./register">
|
||||
<section class="modal-card-body">
|
||||
|
||||
<div class="field">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue