Skip to content

Commit

Permalink
Merged revision(s) 3062 from SourceForge:
Browse files Browse the repository at this point in the history
Correção do wizerd Aplication CGI Server 
by abritolda
.
  • Loading branch information
mobius1qwe committed Aug 16, 2022
1 parent 4686c3b commit 38ab2b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CORE/Source/Wizards/templates/RDWCGIUNIT.pas
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ procedure T%1:s.WebModule1DefaultHandlerAction(Sender: TObject;
procedure T%1:s.WebModuleCreate(Sender: TObject);
begin
RESTDWShellService1.RootPath := '.\';
RESTDWShellService1.ServerMethodClass := T%1:s;
RESTDWShellService1.ServerMethodClass := T%3:s;;
end;

end.
Binary file modified CORE/Source/Wizards/templates/RDWSERVER.res
Binary file not shown.

0 comments on commit 38ab2b7

Please sign in to comment.