1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00

Change baseURI for Packages to avoid 404

Summary: Without this change, the landing page for the Packages app is https://secure.phabricator.com/packages, which is a 404. There's probably a better way to fix this, but this was the fewest characters.

Test Plan: doitlive

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D21494
This commit is contained in:
Austin McKinley 2020-11-19 21:48:33 +00:00 committed by amckinley
parent 34082efb02
commit b2ab18f8f3

View file

@ -15,7 +15,7 @@ final class PhabricatorPackagesApplication extends PhabricatorApplication {
}
public function getBaseURI() {
return '/packages/';
return '/packages/package/';
}
public function getIcon() {