this is probably a broken commit

This commit is contained in:
2023-04-12 09:35:18 -07:00
parent 8afef87a56
commit fe41c19182
38 changed files with 1163 additions and 32 deletions

5
client.py Normal file
View File

@@ -0,0 +1,5 @@
import requests
BASE = "http://192.168.1.99:5000/"
response = requests.post(BASE + "newuser")