實作個人收藏、個人活動紀錄
This commit is contained in:
@@ -24,7 +24,7 @@ export async function GET(request: NextRequest) {
|
||||
})
|
||||
|
||||
// 獲取應用統計
|
||||
const stats = await appService.getAppStats()
|
||||
const stats = await appService.getDashboardStats()
|
||||
|
||||
return NextResponse.json({
|
||||
success: true,
|
||||
|
Reference in New Issue
Block a user