feat/TikTok-graph #1
Reference in New Issue
Block a user
Delete Branch "feat/TikTok-graph"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
add the TikTok graph to view the stats of the follower / likes and videos
@@ -2,6 +2,8 @@ import { NextRequest, NextResponse } from "next/server";import { exchangeCodeForTokens } from "@/lib/tiktok";import { prisma } from "@/lib/prisma";const baseUrl = process.env.NEXTAUTH_URL || "https://marouette.fun";need to be carfull to not put an domain in plaintext and use a throw error if the varible is not load
👍
👍
👍