remove tracker web-path as uri segment reserved for pk and may be not supported by some client software

This commit is contained in:
ghost 2023-08-27 23:39:46 +03:00
parent 9232a4bf74
commit 7b1fdc9018
3 changed files with 3 additions and 3 deletions

View file

@ -86,8 +86,8 @@ define('TRACKER_LINKS', (object)
[
'Tracker 1' => (object)
[
'announce' => 'http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker/announce',
'stats' => 'http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker/stats',
'announce' => 'http://[201:23b4:991a:634d:8359:4521:5576:15b7]/announce',
'stats' => 'http://[201:23b4:991a:634d:8359:4521:5576:15b7]/stats',
],
'Tracker 2' => (object)
[