浏览代码

* Print clickable URL with start location

Michaël Van Canneyt 1 年之前
父节点
当前提交
22c978c33f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      packages/fcl-web/examples/simpleserver/simpleserver.pas

+ 2 - 0
packages/fcl-web/examples/simpleserver/simpleserver.pas

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