From 616ee54ad7bc65120ebf4339762eb85802b3ee09 Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 14 Oct 2023 07:21:10 +0300 Subject: [PATCH] remove deprecated constructions --- README.md | 9 ++------- config/routes.yaml | 3 --- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7843119..ee70ca7 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,6 @@ php bin/console doctrine:migrations:migrate * `* * * * * /crontab/torrent/scrape` - update seeding stats -##### Routing - -YGGtracker uses sub-directory prefix by default, -if your instance running in the document root, please change `prefix` value to `/` in file -`/config/routes.yaml` - ##### App settings Custom settings could be provided in the `/.env.local` file by overwriting default `/.env` values @@ -93,7 +87,8 @@ git checkout -b my-pr-branch-name #### Feedback -[https://github.com/YGGverse/YGGtracker/issues](https://github.com/YGGverse/YGGtracker/issues) +[Issues](https://github.com/YGGverse/YGGtracker/issues) +[Wiki](https://github.com/YGGverse/YGGtracker/wiki) #### Community diff --git a/config/routes.yaml b/config/routes.yaml index 5394777..41ef814 100644 --- a/config/routes.yaml +++ b/config/routes.yaml @@ -3,6 +3,3 @@ controllers: path: ../src/Controller/ namespace: App\Controller type: attribute - # this prefix using in official build URLs. - # replace to / if you hosted YGGtracker instance in the document root - prefix: '/yggtracker'