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/,
|
||||
/\.rss$/,
|
||||
/\.json$/,
|
||||
/^\/admin\/upgrade$/
|
||||
];
|
||||
|
||||
export function rewritePath(path) {
|
||||
|
|
Loading…
Reference in New Issue