hewei 5 年之前
父节点
当前提交
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");