mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 16:39:26 +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
|
||||
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
|
||||
lCmd,lHostName : String;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user