fully added reader view support

This commit is contained in:
daniel31x13
2023-10-30 15:20:15 -04:00
parent ed91c4267b
commit fb61812356
16 changed files with 753 additions and 172 deletions
-1
View File
@@ -5,7 +5,6 @@ import archive from "@/lib/api/archive";
import { prisma } from "@/lib/api/db";
export default async function links(req: NextApiRequest, res: NextApiResponse) {
console.log("hi");
const session = await getServerSession(req, res, authOptions);
if (!session?.user?.id) {