Move api routes to /api and add /api/sessions
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<body>
|
||||
<h1 class="title">stl</h1>
|
||||
<h2>Logga in</h2>
|
||||
<form action="/login" method="post">
|
||||
<form action="/api/login" method="post">
|
||||
<input type="password" id="password" name="password"></input>
|
||||
</form>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user