From cc5ed771a1c78fe45d6b156141f2d0008f175ccd Mon Sep 17 00:00:00 2001 From: Vamshi Maskuri <117595548+varshith257@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:07:07 +0530 Subject: [PATCH] refine --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae0087931a..5a64907e0e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,4 +48,5 @@ jobs: - name: Make curl Request to ZIO HTTP Server run: | - curl -v http://localhost:8080/hello # Check root route + curl -v http://localhost:8080 # Check root route + curl -v http://localhost:8080/json # Check root route