mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-09-08 07:36:52 +08:00
Update MetadataGetting.java
This commit is contained in:
parent
5db2af28b6
commit
293e4c12fa
1 changed files with 0 additions and 3 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Reference in a new issue