Update MetadataGetting.java

This commit is contained in:
RB 2025-08-30 18:54:50 +08:00
parent 5db2af28b6
commit 293e4c12fa

View file

@ -150,9 +150,6 @@ public class MetadataGetting extends BaseController {
return EasyMetaFactory.valueOf(foundEntity).toJSON();
}
/**
* @see
*/
@GetMapping("entity-and-details")
public JSON entityAndDetails(HttpServletRequest request) {
Entity entity = MetadataHelper.getEntity(getParameterNotNull(request, "entity"));