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> </head>
<body> <body>
<div> <div>
<form action="/login" method="POST"> <form action="/api/login" method="POST">
<label for="username">Username: </label> <label for="username">Username: </label>
<input type="text" name="username" /> <input type="text" name="username" />
<label for="password">Password: </label> <label for="password">Password: </label>