Răsfoiți Sursa

* Use echo as path

Michael VAN CANNEYT 2 ani în urmă
părinte
comite
cd2fed5c2a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/fcl-web/examples/echo/webmodule/wmecho.pas

+ 1 - 1
packages/fcl-web/examples/echo/webmodule/wmecho.pas

@@ -48,6 +48,6 @@ begin
 end;
 
 initialization
-  RegisterHTTPModule('TEchoModule', TEchoModule);
+  RegisterHTTPModule('Echo', TEchoModule);
 end.