delete venv added readme and changed gitignore

This commit is contained in:
2000-Trek 2023-09-20 19:25:20 +02:00
parent 83041ef820
commit c967aa3977
2323 changed files with 16 additions and 406868 deletions

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 + '<a href="/documentation">Doumentation</a></html>'
''' + text + '</html>'
@app.route("/list/user", methods=['GET'])
def user_info():