mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: Allow discourse app to link directly to wizard
This commit is contained in:
parent
c786700817
commit
31f7640335
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ const SERVER_SIDE_ONLY = [
|
|||
/^\/raw\//,
|
||||
/^\/posts\/\d+\/raw/,
|
||||
/^\/raw\/\d+/,
|
||||
/^\/wizard/,
|
||||
/\.rss$/,
|
||||
/\.json$/,
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue