hewei преди 6 години
родител
ревизия
9d422c204e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      examples/httpd/http_api_test.h

+ 1 - 1
examples/httpd/http_api_test.h

@@ -117,7 +117,7 @@ inline int http_api_test(HttpRequest* req, HttpResponse* res) {
     return 0;
 }
 
-inline int http_api_restful(HttpRequest*req, HttpResponse* res) {
+inline int http_api_restful(HttpRequest* req, HttpResponse* res) {
     // RESTful /:field/ => HttpRequest::query_params
     // path=/group/:group_name/user/:user_id
     //string group_name = req->GetParam("group_name");