mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 19:59:29 +02:00
* Print clickable URL with start location
This commit is contained in:
parent
1ecc880fc8
commit
22c978c33f
@ -408,6 +408,8 @@ begin
|
||||
if FEcho then
|
||||
DoLog(etInfo,'Setting up /echo route');
|
||||
Log(etInfo,'Location REST API '+IfThen(FAPISecret<>'','','NOT ')+'activated.');
|
||||
Log(etInfo,'Navigate to: http'+IfThen(UseSSL,'s','')+'://localhost:'+IntToStr(Port)+'/');
|
||||
|
||||
end;
|
||||
|
||||
destructor THTTPApplication.Destroy;
|
||||
|
Loading…
Reference in New Issue
Block a user