diff --git a/survos/crawler-bundle/1.5/config/routes/survos_crawler.php b/survos/crawler-bundle/1.5/config/routes/survos_crawler.php deleted file mode 100644 index adbbb7cc2..000000000 --- a/survos/crawler-bundle/1.5/config/routes/survos_crawler.php +++ /dev/null @@ -1,9 +0,0 @@ -import('@SurvosCrawlerBundle/config/routes.php') - ->prefix('/admin') // consider adding this path to the access_control key in security - ; -}; - diff --git a/survos/crawler-bundle/1.5/config/routes/survos_crawler.yaml b/survos/crawler-bundle/1.5/config/routes/survos_crawler.yaml new file mode 100644 index 000000000..e708def47 --- /dev/null +++ b/survos/crawler-bundle/1.5/config/routes/survos_crawler.yaml @@ -0,0 +1,7 @@ +survos_crawler: + resource: '@SurvosCrawlerBundle/config/routes.yaml' + # consider adding /admin to this route and securing it in security.yaml + prefix: '/crawler' + # run symfony proxy:domain:attach my-project, then the error messages will be displayed with this prefix. That way, you can simply click on a link to open the page. + # base_url: 'https://my-project.wip/' +