Explorar o código

* Use echo as path

Michael VAN CANNEYT %!s(int64=2) %!d(string=hai) anos
pai
achega
cd2fed5c2a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.