Added Database tests

This commit is contained in:
2024-01-09 22:20:32 +00:00
parent feaa253a01
commit b7dd1b9ef0
9 changed files with 72 additions and 28 deletions

View File

@ -61,8 +61,7 @@ def signup():
request.form['firstname'],
request.form['lastname'],
request.form['email'],
"123",
"Customer"
"123"
))
# Code 307 Preserves the original request (POST)