Updated documentation.
Updated the documentation.
This commit is contained in:
parent
8967dc213f
commit
537589e0f6
4 changed files with 12 additions and 12 deletions
docs
|
@ -50,7 +50,7 @@ define({ "api": [
|
|||
"name": "GetAutocomplete",
|
||||
"sampleRequest": [
|
||||
{
|
||||
"url": "http://localhost/api/lighthouse/autocomplete"
|
||||
"url": "http://localhost/autocomplete"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -147,7 +147,7 @@ define({ "api": [
|
|||
"name": "GetSearch",
|
||||
"sampleRequest": [
|
||||
{
|
||||
"url": "http://localhost/api/lighthouse/search"
|
||||
"url": "http://localhost/search"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -182,7 +182,7 @@ define({ "api": [
|
|||
"name": "GetStatus",
|
||||
"sampleRequest": [
|
||||
{
|
||||
"url": "http://localhost/api/lighthouse/status"
|
||||
"url": "http://localhost/status"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue