* Print clickable URL with start location

This commit is contained in:
Michaël Van Canneyt 2024-08-07 09:40:48 +02:00
parent 1ecc880fc8
commit 22c978c33f

View File

@ -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;