Skip to content

Commit 96fe0d0

Browse files
Code refactoring after code review
1 parent 78e81bd commit 96fe0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2plugin/magento/files/commands/DeleteEntityByIdCommandFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class DeleteEntityByIdCommandFile extends AbstractPhpFile {
1919
public static final String WEB_API_METHOD_NAME = "execute";
2020
private static final String DIRECTORY = "Command";
2121
private static final String WEB_API_INTERFACE_NAME_PATTERN = "Delete%entityName%ByIdInterface";
22-
private static final String WEB_API_URL_PATTERN = "%entityName%/delete-by-id/:entityId";
22+
private static final String WEB_API_URL_PATTERN = "%entityName%/:entityId";
2323
private final String entityName;
2424
private final boolean hasWebApiInterface;
2525

0 commit comments

Comments
 (0)