Skip to content

Commit

Permalink
Remove producticons middleware (#50644)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe authored May 16, 2024
1 parent 4fc4e97 commit effb2d7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 82 deletions.
2 changes: 0 additions & 2 deletions src/frame/middleware/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import blockRobots from './block-robots.js'
import archivedEnterpriseVersionsAssets from '@/archives/middleware/archived-enterprise-versions-assets.js'
import api from './api.js'
import healthz from './healthz'
import productIcons from './product-icons.js'
import manifestJson from './manifest-json.js'
import remoteIP from './remote-ip.js'
import buildInfo from './build-info.js'
Expand Down Expand Up @@ -248,7 +247,6 @@ export default function (app: Express) {
app.use('/api', api)
app.get('/_ip', remoteIP)
app.get('/_build', buildInfo)
app.use('/producticons', productIcons)
app.use(asyncMiddleware(manifestJson))

// Things like `/api` sets their own Fastly surrogate keys.
Expand Down
43 changes: 0 additions & 43 deletions src/frame/middleware/product-icons.js

This file was deleted.

37 changes: 0 additions & 37 deletions src/frame/tests/product-icons.js

This file was deleted.

0 comments on commit effb2d7

Please sign in to comment.