FIX: allow discourse app to link directly to upgrade page

This commit is contained in:
Arpit Jalan 2018-02-15 18:20:25 +05:30
parent c66405df7e
commit 585fc26f8e
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ const SERVER_SIDE_ONLY = [
/^\/wizard/, /^\/wizard/,
/\.rss$/, /\.rss$/,
/\.json$/, /\.json$/,
/^\/admin\/upgrade$/
]; ];
export function rewritePath(path) { export function rewritePath(path) {