Browse Source

add comment

Signed-off-by: Gitea <zizhao.chen@zilliz.com>
Gitea 3 years ago
parent
commit
74efbb5450
1 changed files with 1 additions and 0 deletions
  1. 1 0
      express/src/collections/collections.controller.ts

+ 1 - 0
express/src/collections/collections.controller.ts

@@ -59,6 +59,7 @@ export class CollectionController {
       this.insert.bind(this)
     );
 
+    // we need use req.body, so we can't use delete here
     this.router.put("/:name/entities", this.deleteEntities.bind(this));
 
     this.router.post(