import requests import sys import time def verify_endpoints(): print("=======================================") print("🔍 Mahoraga Space Endpoint Verification") print("=======================================\n") BASE_URL = "http://localhost:7860" all_passed = True # 1. Test Frontend Serve print("1️⃣ Testing Frontend Catch-all Route (/) ...", end=" ") try: response = requests.get(f"{BASE_URL}/", timeout=5) if response.status_code == 200 and "