mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 05:02:01 +08:00
FIX: allow discourse app to link directly to upgrade page
This commit is contained in:
parent
c66405df7e
commit
585fc26f8e
|
@ -22,6 +22,7 @@ const SERVER_SIDE_ONLY = [
|
||||||
/^\/wizard/,
|
/^\/wizard/,
|
||||||
/\.rss$/,
|
/\.rss$/,
|
||||||
/\.json$/,
|
/\.json$/,
|
||||||
|
/^\/admin\/upgrade$/
|
||||||
];
|
];
|
||||||
|
|
||||||
export function rewritePath(path) {
|
export function rewritePath(path) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user