This commit is contained in:
2023-04-13 12:25:01 +02:00
parent b52296b42e
commit ec0441d621
2 changed files with 7 additions and 10 deletions

View File

@@ -49,7 +49,7 @@
<body>
<div id="login-box">
<h1>Logowanie</h1>
<form method="POST" action="api/login">
<form method="POST" action="/api/login">
<label for="username">Nazwa użytkownika:</label>
<input type="text" id="username" name="username" placeholder="Wprowadź nazwę użytkownika">