test
This commit is contained in:
parent
eaf2308a0d
commit
98bdb22a61
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ def create_app(test_config=None):
|
|||
<form action="/list/user" method="get"> Search for User: <input name="user"><input type="submit"></form>
|
||||
<form action="/adduser" method="get"><button type="submit">Add User</button></form>
|
||||
<br></br>
|
||||
''' + text + '</html>'
|
||||
''' + text + ' </html>'
|
||||
|
||||
@app.route("/list/user", methods=['GET'])
|
||||
def user_info():
|
||||
|
|
Loading…
Reference in a new issue