From 401c38ff6ab82c99c1ea11d10c4e384f622e1411 Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 14 Oct 2023 05:00:14 +0300 Subject: [PATCH] add yggtracker prefix --- config/routes.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/routes.yaml b/config/routes.yaml index 41ef814..5394777 100644 --- a/config/routes.yaml +++ b/config/routes.yaml @@ -3,3 +3,6 @@ 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'