fix path
This commit is contained in:
parent
9046e346b1
commit
f76db949e0
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue