feat: support save live channel to favorite
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import { getConfig } from '@/lib/config';
|
||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||
|
||||
import { NextRequest, NextResponse } from 'next/server';
|
||||
|
||||
import { getConfig } from '@/lib/config';
|
||||
|
||||
export const runtime = 'nodejs';
|
||||
|
||||
export async function GET(request: NextRequest) {
|
||||
|
||||
Reference in New Issue
Block a user