This commit is contained in:
Daniel 2024-11-10 07:29:30 -05:00
parent 9046e346b1
commit f76db949e0

View file

@ -5,7 +5,7 @@
</head>
<body>
<div>
<form action="/login" method="POST">
<form action="/api/login" method="POST">
<label for="username">Username: </label>
<input type="text" name="username" />
<label for="password">Password: </label>