diff Core/RestApi/RestApi.h @ 1363:feaf2840917c

Plugins now receive duplicated GET arguments in their REST callbacks
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 May 2015 15:21:26 +0200
parents 6e7e5ed91c2d
children f3672356c121
line wrap: on
line diff
--- a/Core/RestApi/RestApi.h	Fri May 15 17:33:43 2015 +0200
+++ b/Core/RestApi/RestApi.h	Wed May 20 15:21:26 2015 +0200
@@ -50,7 +50,7 @@
                         HttpMethod method,
                         const UriComponents& uri,
                         const Arguments& headers,
-                        const Arguments& getArguments,
+                        const GetArguments& getArguments,
                         const std::string& postData);
 
     void Register(const std::string& path,