[+] added /proxy in proxy generator URLs

This commit is contained in:
Daniele Teti 2021-03-02 15:47:48 +01:00
parent 6918bd9c9a
commit b6d9e6db23

View File

@ -397,9 +397,10 @@ type
[MVCHTTPMethods([httpGET])] [MVCHTTPMethods([httpGET])]
procedure GetPublishedMethodList; virtual; procedure GetPublishedMethodList; virtual;
[MVCPath] [MVCPath('/proxy')]
[MVCHTTPMethods([httpGET])] [MVCHTTPMethods([httpGET])]
procedure GetProxyCode; virtual; procedure GetProxyCode; virtual;
constructor Create; overload; override; constructor Create; overload; override;
destructor Destroy; override; destructor Destroy; override;
end; end;