Skip to content

Commit effb2d7

Browse files
author
Peter Bengtsson
authored
Remove producticons middleware (#50644)
1 parent 4fc4e97 commit effb2d7

File tree

3 files changed

+0
-82
lines changed

3 files changed

+0
-82
lines changed

src/frame/middleware/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import blockRobots from './block-robots.js'
2828
import archivedEnterpriseVersionsAssets from '@/archives/middleware/archived-enterprise-versions-assets.js'
2929
import api from './api.js'
3030
import healthz from './healthz'
31-
import productIcons from './product-icons.js'
3231
import manifestJson from './manifest-json.js'
3332
import remoteIP from './remote-ip.js'
3433
import buildInfo from './build-info.js'
@@ -248,7 +247,6 @@ export default function (app: Express) {
248247
app.use('/api', api)
249248
app.get('/_ip', remoteIP)
250249
app.get('/_build', buildInfo)
251-
app.use('/producticons', productIcons)
252250
app.use(asyncMiddleware(manifestJson))
253251

254252
// Things like `/api` sets their own Fastly surrogate keys.

src/frame/middleware/product-icons.js

Lines changed: 0 additions & 43 deletions
This file was deleted.

src/frame/tests/product-icons.js

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)