File size: 112 Bytes
1e92f2d |
1 2 3 4 5 6 |
const { NextResponse } = require('next/server')
exports.respond = function () {
return NextResponse.next()
}
|
1e92f2d |
1 2 3 4 5 6 |
const { NextResponse } = require('next/server')
exports.respond = function () {
return NextResponse.next()
}
|