FIX: Allow discourse app to link directly to wizard

This commit is contained in:
Robin Ward 2017-07-10 14:31:58 -04:00
parent c786700817
commit 31f7640335
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ const SERVER_SIDE_ONLY = [
/^\/raw\//, /^\/raw\//,
/^\/posts\/\d+\/raw/, /^\/posts\/\d+\/raw/,
/^\/raw\/\d+/, /^\/raw\/\d+/,
/^\/wizard/,
/\.rss$/, /\.rss$/,
/\.json$/, /\.json$/,
]; ];