Fix API port mismatch and improve error handling
This commit is contained in:
+1
-1
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user