DEV: Remove server-side-only entry for /upgrade (#20804)

After the docker_manager upgrade (https://github.com/discourse/docker_manager/pull/167) this is no longer needed.
This commit is contained in:
Jarek Radosz 2023-03-24 13:11:25 +01:00 committed by GitHub
parent 75cd3821c6
commit a39a7028ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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