1
0
Fork 0
forked from anton/matekasse
This commit is contained in:
2000-Trek 2023-09-20 19:38:17 +02:00
parent 98bdb22a61
commit b2af8806b0

View file

@ -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():