Browse Source

* Use echo as path

Michael VAN CANNEYT 2 years ago
parent
commit
cd2fed5c2a
1 changed files with 1 additions and 1 deletions
  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.