Add tests (#18)

This commit is contained in:
Cullen Watson
2023-08-27 13:09:02 -05:00
committed by GitHub
parent 33f6768ec8
commit 32a5bb37cd
4 changed files with 96 additions and 9 deletions

View File

@@ -222,7 +222,7 @@
"method": "GET",
"header": [],
"url": {
"raw": "http://127.0.0.1:8000/",
"raw": "http://127.0.0.1:8000/health",
"protocol": "http",
"host": [
"127",
@@ -232,7 +232,7 @@
],
"port": "8000",
"path": [
""
"health"
]
}
},
@@ -243,7 +243,7 @@
"method": "GET",
"header": [],
"url": {
"raw": "http://127.0.0.1:8000/",
"raw": "http://127.0.0.1:8000/health",
"protocol": "http",
"host": [
"127",
@@ -253,7 +253,7 @@
],
"port": "8000",
"path": [
""
"health"
]
}
},