try to add parameter for localPath

This commit is contained in:
Dobromir Popov
2021-04-30 23:21:00 +03:00
parent b99b1f07d0
commit 7740770ace
9 changed files with 38 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
<form action="/n/login" method="post">
<form action=config.localPath+ "/login" method="post">
<div class="form-group">
<label>Username:</label>
<input type="text" name="username" class="form-control" />