Parcourir la source

* Use echo as path

Michael VAN CANNEYT il y a 2 ans
Parent
commit
cd2fed5c2a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
 end;
 
 
 initialization
 initialization
-  RegisterHTTPModule('TEchoModule', TEchoModule);
+  RegisterHTTPModule('Echo', TEchoModule);
 end.
 end.