moremind commented on code in PR #5622:
URL: https://github.com/apache/shenyu/pull/5622#discussion_r1721647499


##########
shenyu-admin/src/main/java/org/apache/shenyu/admin/controller/NamespacePluginController.java:
##########
@@ -103,16 +103,16 @@ public ShenyuAdminResult 
queryAllPlugins(@PathVariable("namespaceId")
      * detail plugin of namespace.
      *
      * @param namespaceId namespace id.
-     * @param id          id.
+     * @param pluginId    pluginId.
      * @return {@linkplain ShenyuAdminResult}
      */
-    @GetMapping("/id={id}&namespaceId={namespaceId}")
+    @GetMapping("/pluginId={pluginId}&namespaceId={namespaceId}")

Review Comment:
   use `@GetMapping("/{id}/{namespaceId}")`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to