Updated documentation.

Updated the documentation.
This commit is contained in:
Fillerino 2017-09-28 22:32:18 +02:00
parent 8967dc213f
commit 537589e0f6
4 changed files with 12 additions and 12 deletions

View file

@ -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"
}
]
}