Combine cache control (#33067)
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import { cacheControlFactory } from './cache-control.js'
|
||||
|
||||
const noCacheControl = cacheControlFactory(0)
|
||||
import { noCacheControl } from './cache-control.js'
|
||||
|
||||
export default function remoteIp(req, res) {
|
||||
noCacheControl(res)
|
||||
|
||||
Reference in New Issue
Block a user