完成品
This commit is contained in:
@@ -7,7 +7,7 @@ export async function GET(request: NextRequest) {
|
||||
try {
|
||||
const { searchParams } = new URL(request.url)
|
||||
const page = parseInt(searchParams.get('page') || '1')
|
||||
const limit = parseInt(searchParams.get('limit') || '10')
|
||||
const limit = parseInt(searchParams.get('limit') || '5')
|
||||
const search = searchParams.get('search') || ''
|
||||
const category = searchParams.get('category') || 'all'
|
||||
const type = searchParams.get('type') || 'all'
|
||||
|
Reference in New Issue
Block a user