src/module-elasticsuite-indices/etc/adminhtml/routes.xml
<?xml version="1.0"?>
<!--
/**
* Smile_ElasticSuiteIndices module routes configuration.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade Smile ElasticSuite to newer
* versions in the future.
*
* @category Smile
* @package Smile\ElasticsuiteIndices
* @author Dmytro ANDROSHCHUK <dmand@smile.fr>
* @copyright 2020 Smile
* @license Open Software License ("OSL") v. 3.0
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
<router id="admin">
<route id="smile_elasticsuite_indices" frontName="smile_elasticsuite_indices">
<module name="Smile_ElasticsuiteIndices" before="Magento_Backend" />
</route>
</router>
</config>