mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 22:40:15 +02:00
* use /sql instead of /cli HTTP endpoint
This commit is contained in:
parent
c0b0fb81df
commit
b38fc6275a
@ -573,8 +573,9 @@ function TManticoreSearchSources.CreateHTTPCmdURL(aCmd : String) : string;
|
|||||||
|
|
||||||
|
|
||||||
Const
|
Const
|
||||||
BaseURL = 'http://%s:%d/cli?%s';
|
// BaseURL = 'http://%s:%d/cli?%s';
|
||||||
|
// Use SQL query, to return JSON
|
||||||
|
BaseURL = 'http://%s:%d/sql?mode=raw&query=%s';
|
||||||
Var
|
Var
|
||||||
lCmd,lHostName : String;
|
lCmd,lHostName : String;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user