From 15699c34fc7cd48d4f2a39bff91c62ac8d0da793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Adem=20I=C5=9EIKLI?= Date: Sun, 10 Mar 2024 17:43:25 +0100 Subject: [PATCH] Fixed --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8e0e61e..35fae82 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: - name: Test API endpoint run: | - response=$(curl -s -o /dev/null -w "%{http_code}" http://localhost:3000/docs) + response=$(curl -s -o /dev/null -w "%{http_code}" http://localhost:3001/docs) if [ $response == "200" ]; then echo "API endpoint is reachable." exit 0