Fix API port mismatch and improve error handling

This commit is contained in:
Aherobo Ovie Victor
2025-07-11 21:43:33 +01:00
parent bdc171b009
commit 0e49829d23
2 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from PIL import Image
import io
# API base URL
BASE_URL = "http://localhost:5001"
BASE_URL = "http://localhost:5002"
def test_api_info():
"""Test the API info endpoint."""