mirror of
				https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
				synced 2025-10-31 18:57:58 +00:00 
			
		
		
		
	ulogin: Fix show_commands URI
Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
		| @@ -246,7 +246,7 @@ def show_healthcheck(serno): | ||||
|     return data | ||||
|  | ||||
| def show_commands(serno): | ||||
|     uri = build_uri("commands") | ||||
|     uri = build_uri("api/v1/commands") | ||||
|     if serno != "": | ||||
|         uri += "?serialNumber=" | ||||
|         uri += serno | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ben Greear
					Ben Greear