FIX: downloading watched words was broken (#12578)

This commit is contained in:
Arpit Jalan 2021-04-02 23:04:35 +05:30 committed by GitHub
parent bfd0c00944
commit b230c30249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ const SERVER_SIDE_ONLY = [
/\.json$/, /\.json$/,
/^\/admin\/upgrade$/, /^\/admin\/upgrade$/,
/^\/logs($|\/)/, /^\/logs($|\/)/,
/^\/admin\/logs\/watched_words\/action\/[^\/]+\/download$/, /^\/admin\/customize\/watched_words\/action\/[^\/]+\/download$/,
/^\/pub\//, /^\/pub\//,
/^\/invites\//, /^\/invites\//,
/^\/styleguide/, /^\/styleguide/,