Skip to content

Commit d19dd25

Browse files
authored
Fix index selection example using wrong keyword. (easytarget#194)
1 parent ae37979 commit d19dd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The WebUI and camera server communicate entirely via HTTP requests and responses
66
## URI's
77
### Http Port
88
* `/` - Default index
9-
* `/?target=full|simple|portal` - Go direct to specific index
9+
* `/?view=full|simple|portal` - Go direct to specific index
1010
* `/capture` - Return a Jpeg snapshot image
1111
* `/status` - Returns a JSON string with all camera status <key>/<value> pairs listed
1212
* `/control?var=<key>&val=<val>` - Set `<key>` to `<val>`

0 commit comments

Comments
 (0)