http-monitoring/src/settings.json
Ryan Febriansyah 8e1fc3aad4 initial commit
2023-01-25 07:59:50 +07:00

9 lines
198 B
JSON

{
"targets": [
{
"title": "My Personal Blog - Test from Postman 2",
"endpoint": "https://www.google.com/",
"expected_http_code": 200
}
]
}