File tree Expand file tree Collapse file tree 3 files changed +0
-82
lines changed Expand file tree Collapse file tree 3 files changed +0
-82
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ import blockRobots from './block-robots.js'
28
28
import archivedEnterpriseVersionsAssets from '@/archives/middleware/archived-enterprise-versions-assets.js'
29
29
import api from './api.js'
30
30
import healthz from './healthz'
31
- import productIcons from './product-icons.js'
32
31
import manifestJson from './manifest-json.js'
33
32
import remoteIP from './remote-ip.js'
34
33
import buildInfo from './build-info.js'
@@ -248,7 +247,6 @@ export default function (app: Express) {
248
247
app . use ( '/api' , api )
249
248
app . get ( '/_ip' , remoteIP )
250
249
app . get ( '/_build' , buildInfo )
251
- app . use ( '/producticons' , productIcons )
252
250
app . use ( asyncMiddleware ( manifestJson ) )
253
251
254
252
// Things like `/api` sets their own Fastly surrogate keys.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments