initial commit

This commit is contained in:
opelly27
2021-09-17 10:07:06 -07:00
parent 1000a7fc84
commit 22dd019ab4
2 changed files with 24 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import requests
base = "http://127.0.0.1:5000/"
r = requests.get(base + "helloworld")
print(r.json())