We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15100ac commit ac9df79Copy full SHA for ac9df79
app/code/Magento/ImportExport/Controller/Adminhtml/Export/File/Delete.php
@@ -25,7 +25,7 @@ class Delete extends ExportController implements HttpGetActionInterface
25
/**
26
* url to this controller
27
*/
28
- const URL = 'admin/export_file/delete';
+ const URL = 'adminhtml/export_file/delete';
29
30
31
* @var Filesystem
app/code/Magento/ImportExport/Controller/Adminhtml/Export/File/Download.php
@@ -23,7 +23,7 @@ class Download extends ExportController implements HttpGetActionInterface
23
24
- const URL = 'admin/export_file/download/';
+ const URL = 'adminhtml/export_file/download/';
* @var FileFactory
0 commit comments