API endpoint updated

Update index.php
This commit is contained in:
Nasir Hafeez
2025-03-27 11:47:21 +05:00
committed by GitHub

View File

@@ -4,7 +4,7 @@ $token = $_GET["token"];
// Authorization Secret configured in Alta portal against this SSID // Authorization Secret configured in Alta portal against this SSID
$secret = "testing123"; $secret = "testing123";
// API endpoint for user authorization // API endpoint for user authorization
$api_url = "https://api.prod.manage.alta.inc/wifi/auth" $api_url = "https://manage.alta.inc/api/wifi/auth"
$curl = curl_init(); $curl = curl_init();