我已经建立了一个网关服务,它运行良好。现在我想删除该网关中的一些路由,我使用 API /actuator/gateway/routes/{route_id} 和 Spring 文档中的 DELETE 请求,但它响应 Not found Route by id,但是当我使用 API /actuator/gateway/routes/{route_id} 与 GET 请求,我得到了路线。Spring的API有什么问题吗?
我已经建立了一个网关服务,它运行良好。现在我想删除该网关中的一些路由,我使用 API /actuator/gateway/routes/{route_id} 和 Spring 文档中的 DELETE 请求,但它响应 Not found Route by id,但是当我使用 API /actuator/gateway/routes/{route_id} 与 GET 请求,我得到了路线。Spring的API有什么问题吗?