mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 07:45:54 +01:00
[+] added /proxy in proxy generator URLs
This commit is contained in:
parent
6918bd9c9a
commit
b6d9e6db23
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user