Sfoglia il codice sorgente

* Use echo as path

Michael VAN CANNEYT 2 anni fa
parent
commit
cd2fed5c2a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.